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
Describe the bug
I am not able to disable animations using the zoomAnimation.disabled prop to TransitionWrapper. Instead, I have to pass 0 as the animation time argument to the zoomIn handler.
To Reproduce
Steps to reproduce the behavior:
Add zoomAnimation = {disabled: true} to TransitionWrapper
Use the "zoom in" control.
Expected behavior
Zooms in without any zoom animation. I would expect to be able to turn off all animations with one prop.
Desktop (please complete the following information):
OS: Fedora Linux
Browser: Firefox
The text was updated successfully, but these errors were encountered:
Describe the bug
I am not able to disable animations using the
zoomAnimation.disabled
prop toTransitionWrapper
. Instead, I have to pass0
as the animation time argument to thezoomIn
handler.To Reproduce
Steps to reproduce the behavior:
zoomAnimation = {disabled: true}
toTransitionWrapper
Expected behavior
Zooms in without any zoom animation. I would expect to be able to turn off all animations with one prop.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: