Open
Description
Feature Request
CountUp.js version: 2.8.0
Description
When reduce motion is set by the device or browser, it might be good to not have countUp run and instead just show the end result. I think it may be best to just have this as default, but it could make some devs and users upset so adding an option would be best.
Something like:
reduceMotion: true | 'auto' | false (default)
truedisables animation no matter the device or browser settingautoLooks at the device or browser setting. (Should be the default in next major release)falseKeeps animation no matter the device or browser setting, currently this is the default.
Sure we can bypass this by wrapping countUp in a condition using our own code, but it would be really handy to not have to do that each time.
Thanks
Metadata
Metadata
Assignees
Labels
No labels