All Versions
60
Latest Version
Avg Release Cycle
32 days
Latest Release
3226 days ago

Changelog History
Page 6

  • v0.4.9 Changes

    • ➕ Added experimental smooth scrolling (no more CSS transitions. WORKS IN IE.).
  • v0.4.8 Changes

    • ➕ Added stopAnimateTo method.
  • v0.4.7 Changes

    • ⚡️ Updated the requestAnimationFrame polyfill for smoother animations
    • ⚡️ Updated the way requestAnimationFrame is used for even smoother animations
  • v0.4.6 Changes

    • 🆕 New method relativeToAbsolute which was formerly private
    • 🆕 New method isAnimatingTo to check if an animation caused by animateTo is running
    • ➕ Added sqrt easing function
  • v0.4.5 Changes

  • v0.4.4 Changes

    • 🚚 A skrollr class is added to the HTML element and a no-skrollr class is removed when init is called. Useful for fallback styling.
  • v0.4.3 Changes

    August 02, 2012
    • ➕ Added new feature "constants".
  • v0.4.2 Changes

    July 26, 2012
    • ➕ Added new feature "anchor-target" which allows elements to react to other elements leaving/entering the viewport.
  • v0.4.1 Changes

    July 25, 2012
    • 🛠 Fixed a bug which broke skrollr in IE caused by wrong regular expression behavior
  • v0.4.0 Changes

    July 22, 2012
    • 💥 breaking the data-end-[offset] syntax changed. It's now data-[offset]-end.
    • 🛠 Fixed a bug where white spaces between style declarations were not ignored.
    • ➕ Added support for anchors. Animations can now be specified relative to the elements position within the viewport.
    • ➕ Added support for SVG elements.
    • ➕ Added new method refresh().