Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat : Added transiton when arow changes it direction. #274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DhairyaMajmudar
Copy link
Contributor

Fixes #273

Describe the changes you have made in this PR -

  • Removed interchanging of two different icons.
  • Rotated the fa fa-chevron-up icon with a transition of 0.5s

Screencasts of the changes

Before:-
Screencast from 2024-02-13 12-53-23.webm

After:-

Screencast.from.2024-02-13.12-53-54.webm

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

Copy link

netlify bot commented Feb 13, 2024

Deploy Preview for circuitverse ready!

Name Link
🔨 Latest commit a569ee3
🔍 Latest deploy log https://app.netlify.com/sites/circuitverse/deploys/65cb1b3ddc119d0008029f73
😎 Deploy Preview https://deploy-preview-274--circuitverse.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DhairyaMajmudar
Copy link
Contributor Author

@Arnabdaz @tachyons I have added the transition to the dropdown arrow for the tabs bar pls. have a look.

<i :class="showMaxHeight ? 'fa fa-chevron-down' : 'fa fa-chevron-up'"></i>
<i
class="fa fa-chevron-up"
:style="
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add css into <style> tags instead of adding inline styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding transition to dropdown arrow/
2 participants