animation-timing-function
animation-timing-function — Controls animation and transition timing and behavior. Syntax: animation-timing-function: ease | ease-in | ease-out | ease-in-out | linear | cubic-bezier(,,,) | steps(). This CSS property reference includes live examples and browser support.Related Animation
Back to CSS Reference