Can't seem to dynamically change the speed timing, note you can globally in settings with animatedSpeed: 1000, but being able to document.documentElement.style.setProperty('--animate-duration', '20ms'); won't work as the variable isn't being used on animate__animated.
Can't seem to dynamically change the speed timing, note you can globally in settings with
animatedSpeed: 1000,but being able todocument.documentElement.style.setProperty('--animate-duration', '20ms');won't work as the variable isn't being used on animate__animated.