Skip to content

Tags: terwanerik/ScrollTrigger

Tags

v1.0.6

Toggle v1.0.6's commit message
Bump dependency versions

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version (#71)

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Microsoft edge fix 59 (#60)

* Made sure the `.top` and `.left` of the ClientBoundingRect are used instead of `x` and `y`. Fixes #59 thanks to @KDLees

* Updated dependencies and version to 1.0.4
Added updated build

1.0.3

Toggle 1.0.3's commit message
Fix `main` path (#57)

* Fix `main` path

* Updated package.json to v1.0.3

1.0.2

Toggle 1.0.2's commit message
Updated to v1.0.2

Added documentation for migrating from 0.x to 1.x
Made sure the scrollPosition is always taken from the element.scrollTop before trying documentElement.scrollTop (fallback when having `body` as the element)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated Webpack dev server to >3.1.11 for security fixes, updated all…

… dependencies in the process (#54)

1.0.0

Toggle 1.0.0's commit message
Fixed GH-Pages deploy

v0.3.6

Toggle v0.3.6's commit message
Fixed use of .innerWidth/innerHeight on elements other than window - …

…thanks to @Sqrrl

Minor speed improvement by using custom .each method instead of .forEach

v0.3.5

Toggle v0.3.5's commit message
Fixed callbacks having to be in the callscope, you can now define the…

… scope to search for callbacks in.

Added support for multiple attributes in the callback definition
Added support for defining global callbacks via JavaScript
Added the trigger.scrollDidChange() method to force check if elements are in or out the viewport

v0.3.4

Toggle v0.3.4's commit message
Reverted back to old way of removing triggers (for the 'once' keyword) (

#25)