Skip to content

Drawer component transitionDuration prop is not working #5872

Answered by adidahiya
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

In order to customize transition duration (generally not recommended, as it's part of the design system), you need to also override styles which define the CSS transition. We use a custom mixin for this; you'll have to find the relevant class name and add custom styles on top of it:

@include react-transition-phase(

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adidahiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #4897 on January 24, 2023 15:02.