Slide 5
Slide 5 text
Default CSS behavior : interpolation
By default the browser ‘fills in the gaps’ of our
keyframes by interpolating between them.
Color, position, size, rotation etc all happen
smoothly, affected by timing functions (easing etc),
between keyframes.
However, we might want to prevent interpolation in
certain cases.