Skip to content

Commit 2adba5c

Browse files
Merge pull request #125 from wolf-yuan-6115/fix-animation-info
完全看不懂但好喔
2 parents 72a3350 + 857c0c3 commit 2adba5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/text-reveal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const splitTextIntoLines = (element: HTMLElement): void => {
7777
const split = SplitText.create(element, {
7878
type: "lines",
7979
mask: "lines",
80-
autoSplit: true,
8180

8281
prepareText: (text: string) => {
8382
return text.replace(CJK, m => m + ZWSP);

0 commit comments

Comments
 (0)