Seek backwards and forward in CAAnimation
Posted
by Vladimir
on Stack Overflow
See other posts from Stack Overflow
or by Vladimir
Published on 2010-06-17T11:39:48Z
Indexed on
2010/06/17
11:43 UTC
Read the original article
Hit count: 293
iphone
|caanimation
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?
© Stack Overflow or respective owner