shu223 / Pulsator

Pulse animation for iOS
MIT License
1.42k stars 160 forks source link

Enable delay before animation starts as TimeInterval #61

Open mister-giga opened 3 years ago

mister-giga commented 3 years ago

Added feature to delay animation after calling start(). This also works in case of minimising app and reopening it. Even if we would call start() for several Pulsators with randomly delayed code, after app would receive applicationWillBecomeActive call, all pulsations would synchronise.