In CSS animations, the animation-timing-function property controls how quickly an animated element changes over the duration of the animation. code example
Example: css animation linear
animation-timing-function: linear;
animation-timing-function: linear;