Closed iamnirav closed 2 years ago
If I pass in transitionDuration={0} it appears that it's treated the same as if it's not passed in at all (i.e., it uses the default .35).
transitionDuration={0}
.35
@iamnirav Try -Infinity
-Infinity
Hey, super late to this issue, but closed since transitionDuration api no longer exists.
transitionDuration
If I pass in
transitionDuration={0}
it appears that it's treated the same as if it's not passed in at all (i.e., it uses the default.35
).