transition-timing-function

Mouse over or Tab here to animate

transition-timing-function: ease;

Mouse over or Tab here to animate

transition-timing-function: linear;

Mouse over or Tab here to animate

transition-timing-function: steps(3, start);

Mouse over or Tab here to animate

transition-timing-function: cubic-bezier( 0.8, 0.2, 0.2, 0.8);