Remove fast transition when closing the drawer
Isaacmaamouche opened this issue · 0 comments
Isaacmaamouche commented
For which component/foundations?
Drawer
Prioritization
Low 🏖️
Description
Afte implementing the drawer in the showcase editor, and reviewing this task with my designer, we decided to remove the fast transition on the drawer when the user closes it.
[Tech] Implementation
Remove the following css in the drawer's styles.ts :
&[data-leave] { transition: fast; }
Due Date
No response