scaleX 在關鍵幀中自動增加. ... @keyframes grow { 0% { transform: scaleX(0); } 100% { transform: scaleX(1); } } ... 標籤:html css.
確定! 回上一頁