jQuery.pulsate
jQuery.pulsate copied to clipboard
jQuery.pulsate.js adds a pulsating effect to elements. Useful for drawing the users attention.
$(".pulse7").pulsate({repeat:3, pause:1000}); does not work as expected Where multiple options are used, they are ignored.
Linked to my previous issue report, i managed to style my button to overpass bootstrap css classes. But, i discovered another thing. After having finished to run, you script "leaves"...
Hi, Is there are events like onStop ? and is there a way to destroy existing pulsating elements ?
this file is support using with typescript. you should add . jquery.pulsate.d.ts interface JqPulsateOptions { color?: any; reach?: number; speed?: number; pause?: number; glow?: boolean; repeat?: boolean; onHover?: boolean; }...
Added the ability to provide the style option to the outline.
Is it possible to set z index .. so it can appear on top of everything and outside parent container too
Hit this error when I upgraded from JQuery 1.8.3 to 2.0.2. The quick fix for me was to remove line # 15 from the plugin file. "-webkit-outline-radius": $(this).css("border-top-left-radius"), For those...
See this example. When you hover over the box, the box-shadow is removed and does not get replaced. http://jsfiddle.net/f8ANu/