Skip to content

Remove item move animation on view resize

Felix Ernst requested to merge felixernst/dolphin:removemoveanimation into master

This commit removes an animation that happens when the view is resized. Before this commit, whenever the geometry of the view changed, the items in the view drifted towards their new position in the layout after a 300 ms delay. It would look like the items are slow to find their positions.

This commit simply moves them to their new position in an instant which will abort any ongoing move animations.

Before/After combined in one video: 2021-02-08_19-06-38

cc @teams/vdg

Merge request reports