Seek backwards and forward in CAAnimation
- by Vladimir
I'm trying to create a pseudo-movie player that shows layer's CAAnimation in my application.
I've found a way to pause and resume animation (described in apple tech note), but can't find if it is possible to "seek" to arbitrary part of the animation, could anyone suggest what can be done here?