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 / Remove 'active' class from slides #26

Closed
wants to merge 4 commits into from
Closed

Add / Remove 'active' class from slides #26

wants to merge 4 commits into from

Commits on Mar 15, 2014

  1. Add / Remove 'active' class from slides

    Add / Remove 'active' class from slides. Developers can now scope CSS animations and specific styles to active slides.
    andrewmclagan committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    fb7202e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2014

  1. conditional creation of controls

    the DOM for controls and breadcrumbs is no longer generated when they are set to false or 'none' respectively.
    andrewmclagan committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    682f701 View commit details
    Browse the repository at this point in the history
  2. Update slidr.js

    andrewmclagan committed Mar 17, 2014
    Configuration menu
    Copy the full SHA
    5d464ce View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2014

  1. added "created" callback function

    Added a callback function that is called after a slidr is created. receives the slider object _
    andrewmclagan committed Mar 18, 2014
    Configuration menu
    Copy the full SHA
    c495fb0 View commit details
    Browse the repository at this point in the history