Help [Heart Beat Plugin]

Here’s the default settings when you use this plugin:

$.fn.heartBeat.defaults = {
	opacityMax: "1",
	opacityMin: "0.5",
	delay:"75",
	delayBetweenAnimation: 1000,
	alwaysBeat: true
};
  • opacityMax: This is the maximum opacity you want to have during the fade out. The value needs to be between 0 and 1.
  • opacityMin: This is the minimum opacity you want to have during the fade in. The value needs to be between 0 and 1.
  • delay: It indicates the delay it takes to do the animation of fading out/fading in. The value needs to be given in milli-seconds > 0.
  • delayBetweenAnimation: It indicates the delay you want to have between animation. In fact it will do a pause between the fade in and fade out animation. The value needs to be given in milli-seconds > 0.
  • alwaysBeat: NOT IMPLEMENTED YET. It will make the beat active only when the mouse is over the beat items.