Would it be possible to add a setting that stops the pulse animation after a number of seconds? Something like: ``` javascript var pulsingIcon = L.icon.pulse({iconSize:[20,20],color:'red', pulseDuration: 5}); ```
Would it be possible to add a setting that stops the pulse animation after a number of seconds?
Something like: