Motion

Specify animation properties like transition type, duration, bezier curves and others.

Duration

Specify how long should the animation last for.

Name

Value

transition.duration.instant

100ms

transition.duration.fast

200ms

transition.duration.medium

400ms

transition.duration.slow

700ms

 

Do

Use slow duration when multiple elements are moving around the scene.

Don't

Use instant and fast durations for complext animations.

Do

Use instant and fast durations when you're only changing a state of an element.

Don't

Use slow and medium transitions for interactive states.

Do

Use medium transition when large panel is entering/leaving the scene.

Don't

Use slow transition for transitioning navigation elements to a different state, like expand/collapse mode.