fix: Drawer opening animation on boards
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
Description
When the work item drawer is opened on a board, the board width is reduced a short time before the drawer has finished its opening animation. The drawer animation took few seconds to appear however the width of the board get shorten instantly which results in little buggy behaviour.
Solution
Adding a duration-slow
of 400ms for the width change in order to match with the drawer animation time.
Screen_Recording_2025-01-05_at_9.56.36_PM | Screen_Recording_2025-01-05_at_9.55.58_PM |
---|---|
Before | After |
Relates to #496453
Edited by Vedant Jain