Skip to content

Commit 698cbf2

Browse files
committed
fix: remove markers
1 parent 51d8231 commit 698cbf2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/RotateOnScroll.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ function startAnimation() {
3737
pin: false,
3838
scrub: 0.5,
3939
start: props.startPosition,
40-
markers: true,
4140
end: props.endPosition,
4241
},
4342
})

layouts/section.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ function startAnimation() {
8181
ScrollTrigger.create({
8282
trigger: content.value,
8383
animation: tl,
84-
markers: true,
8584
pin: false,
8685
scrub: true,
8786
start: '-200% top',

0 commit comments

Comments
 (0)