We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1eee75 commit ffc2c70Copy full SHA for ffc2c70
components/RotateOnScroll.vue
@@ -37,7 +37,6 @@ function startAnimation() {
37
pin: false,
38
scrub: 0.5,
39
start: props.startPosition,
40
- markers: true,
41
end: props.endPosition,
42
},
43
})
layouts/section.vue
@@ -81,7 +81,6 @@ function startAnimation() {
81
ScrollTrigger.create({
82
trigger: content.value,
83
animation: tl,
84
85
86
scrub: true,
87
start: '-200% top',
0 commit comments