facebookarchive / pop

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

Reverse animation with a delay #316

Open reejosamuel opened 8 years ago

reejosamuel commented 8 years ago

I would like to reverse an animation with a delay. I couldn't find any option like beginTime for reversed animations.

My case is I wanted to show a checkmark for a completed task, show it for 1-2 seconds before reversing it.

Im aware i can manually do it in the completion block. But it doesn't have the bounciness on reverse. So any advice.

jenishah commented 8 years ago

I am totally new to open source contribution. After lot of searching, I have came through this project via Code Triage. Can you please tell me which file should I look into to look for bugs ? Any help would be really appreciated.