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
Currently, the animation duration in our react component is set at 200ms. This is hardcoded. It would be great if the duration could be broken out into a property that could be customized by the user.
Add a property for animation in length and animation out length
Give them a default value of 200ms by adding to the property default values here.
Thanks!
The text was updated successfully, but these errors were encountered:
Currently, the animation duration in our react component is set at
200ms
. This is hardcoded. It would be great if the duration could be broken out into a property that could be customized by the user.animation in length
andanimation out length
200ms
by adding to the property default values here.Thanks!
The text was updated successfully, but these errors were encountered: