Skip to main content
added 45 characters in body
Source Link
clearlight
  • 12.5k
  • 11
  • 58
  • 78

you can use jquery Pulsate plugin to force to focus the attention on any html element with control over speed and repeatation and color.

https://kilianvalkhofJQuery.com/jquerypulsatepulsate() (with Demos)* with Demos

sample initializer:

  • $(".pulse4").pulsate({speed:2500})
  • $(".CommandBox button:visible").pulsate({ color: "#f00", speed: 200, reach: 85, repeat: 15 })

you can use jquery Pulsate plugin to force to focus the attention on any html element with control over speed and repeatation and color.

https://kilianvalkhof.com/jquerypulsate (with Demos)

sample initializer:

  • $(".pulse4").pulsate({speed:2500})
  • $(".CommandBox button:visible").pulsate({ color: "#f00", speed: 200, reach: 85, repeat: 15 })

you can use jquery Pulsate plugin to force to focus the attention on any html element with control over speed and repeatation and color.

JQuery.pulsate() * with Demos

sample initializer:

  • $(".pulse4").pulsate({speed:2500})
  • $(".CommandBox button:visible").pulsate({ color: "#f00", speed: 200, reach: 85, repeat: 15 })
Source Link
Iman
  • 18.5k
  • 7
  • 82
  • 93

you can use jquery Pulsate plugin to force to focus the attention on any html element with control over speed and repeatation and color.

https://kilianvalkhof.com/jquerypulsate (with Demos)

sample initializer:

  • $(".pulse4").pulsate({speed:2500})
  • $(".CommandBox button:visible").pulsate({ color: "#f00", speed: 200, reach: 85, repeat: 15 })