Skip to content

fix: Drawer opening animation on boards

Vedant Jain requested to merge vedant-jain03/gitlab:issue#496453 into master

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

Merge request reports

Loading