ScrollMagic v2.0.3 Release Notes

Release Date: 2015-04-07 // about 9 years ago
  • ๐Ÿ”„ changes (non-breaking)

    • moved to new jQuery plugin definition via npm see here
    • updated and improved several examples
    • optimized minification
    • changed command line options for build (version bumping)

    ๐Ÿ›  bugfixes:

    • height calculation for pinned elements when using pushFollowers: false was faulty
    • parallax jitter fix for chrome
    • when using responsive duration and pushFollowers = true, an invalid console warning message was triggered
    • the sourcecode viewer in the examples code was showing modified code
    • fixed a problem when using the mousewheel to scroll over fixed elements after replacing the default scroll method of the controller
    • using pinned elements as Controller.scrollTo() targets didn't work properly
    • mousewheel over pinned elements inside of div scroll containers didn't work in IE

    ๐Ÿ”‹ features

    • it's now possible to supply additional parameters to custom scrollTo functions see here

    ๐Ÿ†• new examples: