Skip to content

Commit d4a51d0

Browse files
authored
Reverted back to old way of removing triggers (for the 'once' keyword) (#25)
1 parent 36edf1a commit d4a51d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrolltrigger-classes",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Triggers classes on html elements based on the scroll position. It makes use of requestAnimationFrame so it doesn't jack the users scroll, that way the user / browser keeps their original scroll behaviour. Animations run when the browser is ready for it.",
55
"main": "ScrollTrigger.min.js",
66
"directories": {

0 commit comments

Comments
 (0)