react-slot-counter
Advanced tools
Changelog
2.2.1
2023-12-11
Changelog
2.2.0
2023-12-10
animateOnVisible
prop to trigger animations based on component visibility. This feature allows animations to start when the component is visible in the viewport, enhancing user engagement and interactivity. The animateOnVisible
prop can be a boolean or an object with rootMargin
and triggerOnce
options for more precise control.Changelog
2.1.1
2023-11-19
sequentialAnimationMode
were not functioning properly.Changelog
2.1.0
2023-11-11
Changelog
2.0.3
2023-11-05
autoAnimationStart
not working when startValue
is set.startValue: 0
is properly recognized and handled.Changelog
2.0.2
2023-10-31
valueClassName
.Changelog
2.0.1
2023-10-29
useMonospaceWidth
prop. Enhanced the width
calculation logic and fixed issues related to web font download timing.sequentialAnimationMode: true
and autoAnimationStart: false
was not working as expected.sequentialAnimationMode
.Changelog
2.0.0
2023-10-22
autoAnimationStart
not working when using startValue
.autoAnimationStart
, startValue
, and sequentialAnimationMode
.Changelog
1.15.0
2023-10-05
sequentialAnimationMode
.sequentialAnimationMode
.