Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Added an init callback #629

Closed
wants to merge 1 commit into from

Commits on Apr 8, 2013

  1. Added an init callback

    This callback fires before the start callback and allows for
    modification of the slider before it's fully visible. For example, I
    find the sudden display of the slider a bit jarring, so I'm using the
    new callback to hide the slider in init, and then `.slideDown()` in
    start.
    dominic-p committed Apr 8, 2013
    Configuration menu
    Copy the full SHA
    0be7c0f View commit details
    Browse the repository at this point in the history