Skip to content

Commit

Permalink
Merge branch 'V3.0' into feat/rm-harmonycss
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyatong authored Nov 21, 2024
2 parents 933ef9b + 8111d37 commit 29a35f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/animatingnumbers/countup.taro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const CountUp: FunctionComponent<Partial<CountUpProps>> = (props) => {
if (numberArr.length) {
if (!isLoaded.current) {
isLoaded.current = true
// @ts-ignore
timerRef.current = setTimeout(() => {
setNumberTransform()
}, delay)
Expand Down

0 comments on commit 29a35f4

Please sign in to comment.