views:

56

answers:

1

I am creating doubleAniation in code and I want to add an easing function to it, so how do I do it?

A: 

I have figure out it myself. I was looking for Easing property, but in fact it is called KeySpline and I have to use DoubleAniamtionUsingKeyFrames instead, to get easing functionality.

Vitalij