Skip to content

Instantly share code, notes, and snippets.

@alexanmtz
Created June 25, 2012 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanmtz/2990140 to your computer and use it in GitHub Desktop.
Save alexanmtz/2990140 to your computer and use it in GitHub Desktop.
jQuery Destaque Queue Component
$('.triple-slides').destaquesQueue({
delay: 250,
// same options that destaque plugin but for multiple elements queue, the pagination handler and mouse interactions will control all slides as single to have the desired effect
controlsSelector: "#slide-triple-pagination a",
stopOnMouseOver: true,
slideMovement: 100,
slideSpeed: 1000,
autoSlideDelay: 3000,
elementSpeed: 1100,
easingType: "easeInOutExpo",
itemSelector: ".item-triple",
itemForegroundElementSelector: ".foreground-triple .element",
onPageUpdate: function() {
// onPageUpdate in this case is called once for whole slides subset
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment