-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Ability to specify an animation easing, i.e. curve in a platform-independent manner. #1102
Comments
Definitely a good idea. I will do some research for a possible API for this. Thank you for your suggestions. |
… in a platform-independent manner.
Implemented #1102: Ability to specify an animation easing, i.e. curve…
Thanks for beginning the implementation. Any instructions on how to use it? :) Also, will this be a part of the 1.5 release? |
@hamorphis Just out of curiosity, why are you save things like easing in in the |
@emiloberg That is correct, but the same applies for all other enums. In the beginning of NativeScript we decided to stuff everyting in enums and we do it for consistency, even though I realize that this might have been a mistake :( |
… in a platform-independent manner.
@hamorphis Is there a documentation page where we can learn how to use the new feature and which animation curves are supported? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It would be great if the platform-specific details could be abstracted in animation, so we could use the universal easing functions such as ease-in, ease-in-out, etc just by passing the name.
Is this possible at present? If not, please consider adding it in the next release.
The text was updated successfully, but these errors were encountered: