Back to Chromium

Timing functions for transitions

third_party/blink/manual_tests/transition-timing-functions.html

150.0.7829.2373 B
Original Source

Timing functions for transitions

On hover, the elements below should transition using the described timing functions

Default (no timing function specified, should be the same as Ease)

Ease (the default ease function)

Linear

Ease In

Ease Out

Ease In Out

Cubic bezier specified the same as Ease In Out

Bogus definition, should become default of Ease