搜索文档
animation-timing-function 属性定义 CSS 动画在每一动画周期中执行的节奏。可能值为一或多个 timing-function。
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);
/*默认值linear*/ animation-name: 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.