@keyframes first-animation { 0% { transform: scale3d(1,1,0);} 50% { transform: scale3d(0.8,0.8,0); } 100% { transform: scale3d(1,1,0); } ...
確定! 回上一頁