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

Add an option to auto-slide right only #1437

Merged
merged 3 commits into from
Nov 19, 2015
Merged

Add an option to auto-slide right only #1437

merged 3 commits into from
Nov 19, 2015

Commits on Nov 18, 2015

  1. Add autoSlideRight option

    When the autoSlideRight config option is active, the auto-sliding
    will always navigate to the right and never down even if slides are
    present there. This allows hidden "bonus slides" in presentations
    which can be displayed as needed but won't show up automatically.
    MichiK committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    c0afa01 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. Add a more flexible autoSlideMethod option

    Auto-sliding will now use the method specified in the config if it is
    a function or default to navigateNext.
    MichiK committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    4a45557 View commit details
    Browse the repository at this point in the history
  2. Fix build error

    MichiK committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    a398a02 View commit details
    Browse the repository at this point in the history