CSS ANIMATION

div:hover { animation:test 1s ease//ease是平滑效果 } @keyframes tests { from { width:100px; } to { width:600px; } } [email protected]的其他使用方法 @keyframes test { 0% { } 50% { } 100% { } } div:hover { anima
相關文章
相關標籤/搜索