1.transition
div { transition-property: none | all | [property]; transition-duration: [time]; transition-timing-function: liner | ease | ease-in | ease-out | ease-in-out | cubic-bezier(x1,y1,x2,y2); transition-delay: [time]; }
2. animation
div { animation-name: [keyframe] animation-duration: [time] | infinite animation-timing-function: liner | ease | ease-in | ease-out | ease-in-out | cubic-bezier(x1,y1,x2,y2) animation-delay: [time] animation-iteration-count: n | infinite animation-direction: normal | alternate }
动画&spm=1001.2101.3001.5002&articleId=101261558&d=1&t=3&u=33a88965f96f4798bb9773e4ae12b062)
2355

被折叠的 条评论
为什么被折叠?



