-
Notifications
You must be signed in to change notification settings - Fork 89
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
Can we have easing options exposed by IAnimationOptions #49
Comments
Hi @arnoldsimha, Some of the animations are having different easing functions between keyframes, so should we expose all of the easing functions for a certain animation? (in some cases it could be 3 functions per animation) |
Hi @filipows , you can expose it through IAnimationOptions and allow developers to set the string, or even have list of allowed options :) |
Was also wondering if we could get this feature. It would be nice to achieve the emphasized easing mentioned in the material design reference: |
Yes I was also looking for easing parameter but couldn't find one. Could you suggest any work around |
Hi @yousafraza39142, thanks for your comment. Unfortunately, I don't think there's a workaround for that atm. Seems like this feature should be prioritised. I'll have a look at this in the upcoming days. |
Hi,
I really like this library. It allows us to focus on development and less on animations development. There is one thing I would like to have and this is an easing option that will allow the developers to decide the easing for the animations.
Thank you
The text was updated successfully, but these errors were encountered: