animation MOVE - same speed

526 Views Asked by At

I have a simple MOVE animation effect on my component in MXML. I need this animation to run with same speed (not accelerate at start, not slowly at the end animation (its default). I need one speed. Is this possible as set some parameter in MOVE?

1

There are 1 best solutions below

1
On BEST ANSWER

Use an easing function. In this case you'll be looking for Linear.easeIn or Linear.ease out

Some links: Adobe - Easing Functions