domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

Add functionality to "render" to CAKeyframeAnimation #17

Open domhofmann opened 12 years ago

domhofmann commented 12 years ago

This would allow people to use PRTween's curves in a manner that's consistent with Apple's approach to animation, e.g. the model changes immediately, but the view animates over time.

This will probably be a method on PRTweenOperation. Still unsure as to how this would play with the upcoming timeline support.