fixed animation bugs
This commit is contained in:
@@ -234,10 +234,11 @@ onMounted(() => {
|
||||
scrollTrigger: {
|
||||
trigger: ".panel",
|
||||
start: "top center",
|
||||
end: "+=50"
|
||||
},
|
||||
strokeDashoffset: 300,
|
||||
repeat: 1,
|
||||
ease: "none",
|
||||
ease: "slow(0.7,0.7,false)",
|
||||
duration: 5,
|
||||
});
|
||||
|
||||
@@ -273,7 +274,7 @@ onMounted(() => {
|
||||
const tl = gsap.timeline({
|
||||
defaults: {
|
||||
duration: 1,
|
||||
ease: "power1.inOut",
|
||||
ease: "slow(0.7,0.7,false)",
|
||||
},
|
||||
scrollTrigger: {
|
||||
trigger: ".about",
|
||||
|
||||
Reference in New Issue
Block a user