Skip to content

Instantly share code, notes, and snippets.

@joelambert
Created December 20, 2011 13:01
Show Gist options
  • Select an option

  • Save joelambert/1501502 to your computer and use it in GitHub Desktop.

Select an option

Save joelambert/1501502 to your computer and use it in GitHub Desktop.

Revisions

  1. joelambert created this gist Dec 20, 2011.
    7 changes: 7 additions & 0 deletions script.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    // Execute this code when the page has loaded
    $(function() {
    var slider = new flux.slider('#slider', {
    transitions: ['swipe'], // Limit the transitions to just the swipe effect
    pagination: false // Disable the pagination controls
    });
    });