Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support start slide on setup #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2017

  1. Support start slide on setup

    This allows you to add slides dynamically, even when moving backward.
    To add a slide that occurs right before the current first slide write
    code like the following:
    
    var mySwipe = new Swipe(document.getElementById('slider'), {})
    $('.swipe-wrap').prepend('<div>New Slide</div>');
    mySwipe.setup({startSlide: 1});
    
    This fork can be installed via bower with: bower install "swipe-js=https://github.com/axelson/swipe.git#2.2.4"
    axelson committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    22ce9f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Update version to "2.2.5"

    axelson committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    86e45a1 View commit details
    Browse the repository at this point in the history