Releases: janpaepke/ScrollMagic
Releases · janpaepke/ScrollMagic
v2.0.8
v2.0.6 - Revival Release
corrected version no
v2.0.5
ScrollMagic 2.0.0
Finally ScrollMagic 2.0.0 is released!
Besides being standalone there are many other changes.
Check out the changelog to see them.
v1.3.0 - Major Release
Refer to Changelog for details.
v1.2.0 - Major Release
Lot's of new stuff.
Upgraded minor version due to big rewrite in ticker handling (implementation of requestAnimationFrame).
https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md#120-2014-10-14
v1.1.0 - Major Release
My goodness! There are so many new goodies: https://github.com/janpaepke/ScrollMagic/blob/master/CHANGELOG.md#110-2014-09-04
v1.0.7: feature: ScrollScene.startOffset
added method `ScrollScene.startOffset` to get the current scroll offset value at which a scene will trigger. Also renamed `startPosition` to `triggerOffset` for clarification purposes. Left startPosition for compatibility, but marked as deprecated.
v1.0.6: fixed a bug concerning relative sizing of pinned elements
This fixes a bug concerning resizing of relatively sized pins. Their size was wrong, when resizing the window during pin while having a duration of 0. Details se here: https://github.com/janpaepke/ScrollMagic/issues/37
v1.0.5: Updated Debug file to avoid flickering of trigger hook
This was the cause for this issue: https://github.com/janpaepke/ScrollMagic/issues/23