Skip to content

[effects/overview] Speed up animation

The current duration is 300ms, which is inappropriate for two reasons:

  1. It's too slow
  2. It doesn't match one of the standard durations. The effect should ideally use those durations directly, but if this is not possible for technical reasons, it should use the effective value of one of those durations. Units.longDuration is 200ms which is the most appropriate one to use here.

Therefore, change the animation duration from 300ms to 200ms to match the standard Units.longDuration duration.

BUG: 441308 FIXED-IN: 5.23

Merge request reports