facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

Pause and Resume Rotation would cause wrong angle #367

Open WickyWu opened 7 years ago

WickyWu commented 7 years ago

I made a 'POPBasicAnimation' with' kPOPLayerRotation', set the property 'isPaused' to true, that worked, then set it to false again, the rotated angle was wrong, did not begin from the angle when I paused the animation.

libercata commented 5 years ago

same issue