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

Added support for stepNext and stepPrev for in-slide "animations": enables for custom animations, SVG animations, video play/pause, etc... #80

Closed
wants to merge 5 commits into from

Commits on Apr 25, 2012

  1. added "stepNext" (stepping within a slide) to allow pluggable animati…

    …ons [backport]
    
    * stepNext is stepping within a slide (if meaningfull) while the existing "next" is skipping the current slide and going to the next one
    * select some key binding for those (borrowed from the "next")
    * there is also a stepPrev to undo animations
    * the in-slide animations can be defined in a dedicated "pre" element in the slide itself
    * animations are optionally init-able and undo-able
    * animations are initialized and undone in reverse order
    twitwi committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    5e7db83 View commit details
    Browse the repository at this point in the history
  2. safe/delayed initialization of animations: this allows loading direct…

    …ly (or refreshing) a slide even if it has svg animations [backport]
    twitwi committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    0398bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dee09c1 View commit details
    Browse the repository at this point in the history
  4. safely prevent access to animations of a non existing slide (fix for …

    …a jasmine test failed by previous modifications)
    twitwi committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    7bbd3c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f08b05c View commit details
    Browse the repository at this point in the history