Search
animation-timing-function property specifies how an animation progresses through each cycle. It can accept one or more timing functions.
animation-timing-function
/* Keyword values */ animation-timing-function: ease; animation-timing-function: ease-in; animation-timing-function: ease-out; animation-timing-function: ease-in-out; animation-timing-function: linear; /* Function values */ animation-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1); animation-timing-function: steps(4, end); animation-timing-function: frames(10); /* Multiple animations */ animation-timing-function: ease, steps(5, end), cubic-bezier(0.1, 0.7, 1, 0.1);
/*default value: linear*/ animation-timing-function: linear | ease | ease-in | ease-out | ease-in-out | <timing-function>;
LCD tables only load in the browser with JavaScript enabled. Enable JavaScript to view data.