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]: Add focus-animation (scale) #27

Closed
BerkeAras opened this issue Mar 8, 2021 · 0 comments · Fixed by #28
Closed

[FEAT]: Add focus-animation (scale) #27

BerkeAras opened this issue Mar 8, 2021 · 0 comments · Fixed by #28

Comments

@BerkeAras
Copy link
Owner

Feature Request

Describe the Feature Request
Add focus-animation for buttons/menu-items.

Describe Preferred Solution
Scale-Animation

Describe Alternatives
N/A

Related Code
Example:

transition: all .2s;
&:focus {
     transform: scale(.98);
}

Additional Context
N/A

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 a pull request may close this issue.

1 participant