Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17242] Android: Add Android Interpolators to Animations

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, animate, animation, curves
ReporterEzoom Agency
AssigneeUnknown
Created2014-06-26T21:30:32.000+0000
Updated2018-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.

Comments

  1. Mauro Parra-Miranda 2014-06-30

    Thanks for adding this request. The priority will be set by the Platform team.

JSON Source