Hi,
I am trying to custom transform an svg polygon by feeding it the points arrays and have it add the difference on every frame between from to:
http://pastie.org/private/owhlbo2kxu1rdiy48gjcaa
So I want to be able to use the easing if one is provided (ie., in the call Cubic.easeOut)
What is the best way to transform the values based on the ease?