Kilian / jQuery.pulsate

jQuery.pulsate.js adds a pulsating effect to elements. Useful for drawing the users attention.
http://jquerypulsate.kilianvalkhof.com
MIT License
52 stars 20 forks source link

Multiple options are ignored #16

Open GarryLowther opened 2 years ago

GarryLowther commented 2 years ago

$(".pulse7").pulsate({repeat:3, pause:1000}); does not work as expected

Where multiple options are used, they are ignored.