Created by: tomlutzenberger
- The transition shorthand was split up into the single properties to ensure flexibility
- Durations were unified to reduce the amount of different values (
0.2s
=>0.15s
) - Duration naming scheme differs in general, because time shouldn't be named like
sm
orlg
- The two most used timing functions and transition properties were implemented as variables, because other current use cases depend on the behaviour of a specific component, e.g.
height
on.collapsing
- The base transition shorthand
$transition-base
(all .3s ease-in-out
) is used if no parameters were passed to the mixin
See #21266 (closed)