Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Oct 15, 2022
1 parent 82b91a3 commit 8bafb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wb-animateText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ elementsToAnimate.forEach((el) => {
scaleX: 0,
y: "100%",
stagger: stagger || 0.1,
ease: ease || "back.out(2)",
ease: "back.out(2)",
repeat,
repeatDelay,
yoyo,
Expand Down

0 comments on commit 8bafb04

Please sign in to comment.