animation-timing-function:ease;


animation-timing-function:steps(6, start);


animation-timing-function:steps(6, end);


animation-timing-function:linear;


animation-timing-function:ease-out;


animation-timing-function:ease-in-out;


animation-timing-function:ease-in;


animation-timing-function:cubic-bezier(0,2,1,1);