Skip to content

Instantly share code, notes, and snippets.

@alexanmtz
Created June 21, 2012 21:29
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/2968635 to your computer and use it in GitHub Desktop.
Save alexanmtz/2968635 to your computer and use it in GitHub Desktop.
Simple example of destaque plugin
$("#slide-container").destaque({
slideMovement: 100,
slideSpeed: 1000,
elementSpeed: 1100,
easingType: "easeInOutExpo",
itemSelector: ".item",
itemForegroundElementSelector: ".foreground .element",
controlsSelector: "#slide-pagination a"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment