animecyc / TitaniumAnimator

A replacement for Titanium's view animations.
138 stars 24 forks source link

Easing function behavior #13

Open justin3636 opened 9 years ago

justin3636 commented 9 years ago

Using the example you provided in app.js, there are a few odd things that happen if you use the ELASTIC and BOUNCE easing functions. ELASTIC seems to be sporadic and BOUNCE doesn't animate the size and position parameters properly. After the duration of the animation is reached, the view just snaps to the new top position or height for example. I'm running on 3.5.1.GA and have only looked at iPhone 5s in the simulator. Are you seeing this result as well?

animecyc commented 9 years ago

@justin3636 i've released an alpha of the next version for iOS (2.0.0), this addresses a lot of the issues that people were seeing with iOS8, if you have a chance go ahead and give it a try -- just remember it is alpha and still in flux but from my initial testing it is quite stable