-
Environment
Steps to reproduceCreate a drawer with transitionDuration={10000} and see nothing changes with the duration of the transition Actual behaviornothing changes with the duration of the transition of the drawer Expected behaviorDrawer transition duration to open and close in 10 seconds |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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: |
Beta Was this translation helpful? Give feedback.
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:
blueprint/packages/core/src/components/drawer/_drawer.scss
Line 30 in 88a158b