We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c25dae commit e9efe3bCopy full SHA for e9efe3b
1 file changed
src/packages/animatingnumbers/countup.taro.tsx
@@ -75,6 +75,8 @@ export const CountUp: FunctionComponent<Partial<TaroCountUpProps>> = (
75
transitionDuration: `${duration}s`,
76
transform,
77
} as CSSProperties)
78
+ } else {
79
+ transformArrCache.push({} as CSSProperties)
80
}
81
})
82
setTransformArr([...transformArrCache])
0 commit comments