Skip to content

Commit

Permalink
fix: remove markers
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Aug 6, 2024
1 parent a05e4be commit a76c798
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/RotateOnScroll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function startAnimation() {
pin: false,
scrub: 0.5,
start: props.startPosition,
markers: true,
end: props.endPosition,
},
})
Expand Down
1 change: 0 additions & 1 deletion layouts/section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function startAnimation() {
ScrollTrigger.create({
trigger: content.value,
animation: tl,
markers: true,
pin: false,
scrub: true,
start: '-200% top',
Expand Down

0 comments on commit a76c798

Please sign in to comment.