shu223 / PulsingHalo

iOS Component for creating a pulsing animation.
MIT License
1.77k stars 240 forks source link

Stop animation #36

Closed brightsider closed 8 years ago

brightsider commented 8 years ago

How to stop animation and start again after some interval?

mouse-lin commented 8 years ago

I think stop func is not exist. I remove PulsingHaloLayer when want it to stop and add it to super layer when want it to start

shu223 commented 8 years ago

Please use Pulsator which is the new version of this PulsingHalo written with Swift. It has stop method.

mouse-lin commented 8 years ago

@shu223 ok, thx