How to find the present state of a property when an animation is stopped early?
Hi,
I've set of a CAKeyframeAnimation, and that's fine. However, if the user touches the screen while the animation is happening, I want it to stop where it was. I can stop it, but it then has the final value, not the present value in the property.
How do I find the present value when I stop the animation?
|