Skip to content

Releases: janpaepke/ScrollMagic

v2.0.8

14 Aug 09:23
Compare
Choose a tag to compare

added support for gsap 3

v2.0.6 - Revival Release

08 Oct 20:21
Compare
Choose a tag to compare
corrected version no

v2.0.5

29 Apr 12:22
Compare
Choose a tag to compare
built v2.0.5

ScrollMagic 2.0.0

26 Feb 15:43
Compare
Choose a tag to compare

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

13 Nov 08:57
Compare
Choose a tag to compare

Refer to Changelog for details.

v1.2.0 - Major Release

14 Oct 14:48
Compare
Choose a tag to compare

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

04 Sep 11:07
Compare
Choose a tag to compare

v1.0.7: feature: ScrollScene.startOffset

15 Apr 09:48
Compare
Choose a tag to compare
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

04 Apr 14:33
Compare
Choose a tag to compare
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

24 Mar 13:04
Compare
Choose a tag to compare
This was the cause for this issue:
https://github.com/janpaepke/ScrollMagic/issues/23