Skip to content

Commit e7d8475

Browse files
committed
fix: entry animation
1 parent c96aafa commit e7d8475

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stores/faucetDetail.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ export const useFaucetDetail = defineStore('faucetDetail', {
3030
gsap.to(this.DOM.cards, {
3131
x: 0,
3232
autoAlpha: 1,
33-
stagger: {
34-
amount: 1,
35-
},
33+
stagger: 0.1,
3634
ease: CustomEase.create('custom', 'M0,0 C0.331,1.606 0.516,0.948 1,1 '),
3735
duration: 0.8,
3836
})

0 commit comments

Comments
 (0)