It’s especially handy – as Alex states in an earlier comment – that it saves the need of including the UI library, etc.
Much appreciation. I will be including a link in an upcoming blog post (when I manage to get my blog live).
Kudos!
]]>Regards,
Terry
@Toomany, what background colors do you want to pulse to/from? You need more than one. E.g. http://jsfiddle.net/7sQ5c/
]]>Thanks!
]]>$(“#myDiv”).pulse({
opacity: [0,1]
}, {
duration: 100,
backgroundColor: [‘red’],
times: 3,
easing: ‘linear’
});
And no go…Does this still work with Jquery 1.4.2?
]]>Please also register my vote for continuous/infinite pulsing, perhaps using the “times” value “-1”
And it would be nice to be able to specify different easings for in and out rather than just the same one for both. Or is that already possible somehow?
]]>[0,9]
to [0,1]
.
@John, I’ll probably be adding this feature in the future but for now just use a big number that’ll probably never be reached (e.g. 99999
).