[TIMOB-17242] Android: Add Android Interpolators to Animations
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, animate, animation, curves |
Reporter | Ezoom Agency |
Assignee | Unknown |
Created | 2014-06-26T21:30:32.000+0000 |
Updated | 2018-11-21T03:22:43.000+0000 |
Description
Titanium.UI.Animation doesn't have the android Interpolators for easing/curve animations only for iOS.
Android Animation interpolators can be found here: http://developer.android.com/reference/android/view/animation/package-summary.html
*AccelerateDecelerateInterpolator* An interpolator where the rate of change starts and ends slowly but accelerates through the middle.
*AccelerateInterpolator* An interpolator where the rate of change starts out slowly and and then accelerates.
*AnticipateInterpolator* An interpolator where the change starts backward then flings forward.
*AnticipateOvershootInterpolator* An interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value.
*BounceInterpolator* An interpolator where the change bounces at the end.
*CycleInterpolato*r Repeats the animation for a specified number of cycles.
*DecelerateInterpolator* An interpolator where the rate of change starts out quickly and and then decelerates.
*LinearInterpolator* An interpolator where the rate of change is constant
*OvershootInterpolator* An interpolator where the change flings forward and overshoots the last value then comes back.
Thanks for adding this request. The priority will be set by the Platform team.