I need to rotate a card 90 Degrees over the period of X second.
I currently try and do this with Sine and it does not look to good.
Using the Rotate plugin was looking awful. It "slowed down" when I set it to 0 once it reached 90 degrees. But kept moving ahead for a while.
Last try is gonna be doing a "for each" check and rotating the objects via ticks until they reach 90 degrees. But I don't like doing that in C2 :-( Sorta defeats the purpose of even using the interface imo.
Any ideas?