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 51d8231 commit 698cbf2Copy full SHA for 698cbf2
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