Animation
Animation
1.Transition
transition: width 2s, height 2s, transform 2s,background 2s;如何使用:
transition: width 2s linear 1s;
元素屬性 幾秒鐘的動畫 如何進行動畫 延遲幾秒開始 background: #2db34a;
transition-property: background;
transition-duration: 1s;
transition-timing-function: linear;2.Animation
1.指定keyframe
2.設定animation
Last updated