You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: