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

Some animations do not have proper easing #22

Open
coreyknapp opened this issue Aug 27, 2019 · 0 comments
Open

Some animations do not have proper easing #22

coreyknapp opened this issue Aug 27, 2019 · 0 comments

Comments

@coreyknapp
Copy link

For some animations (like slideIn), animate.css and ng-animate do not explicitly define which timing function to use. The CSS Transitions spec dictates that the default timing function used is "ease" (which is defined by the CSS Easing Functions spec as cubic-bezier(0.25, 0.1, 0.25, 1)) Angular, however, defaults to using no easing at all.

Additionally, lightspeedOut has 'ease-out' in ng-animate but 'ease-in' in animate.css. I'm not sure if there are more examples of this.

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

No branches or pull requests

1 participant