I have a simple MOVE
animation effect on my component in MXML. I need this animation to run with same speed (not accelerate at s开发者_开发技巧tart, not slowly at the end animation (its default). I need one speed. Is this possible as set some parameter in MOVE
?
Use an easing function. In this case you'll be looking for Linear.easeIn or Linear.ease out
Some links: Adobe - Easing Functions
精彩评论