transform-4{ from{ transform:rotate(0) scale(1);} to{ transform:rotate(360deg) scale(0);} } 范例五 .transform -5 { animation:1s ease 0s alternate none infinite transform-5;} @keyframes transform-5{ from{ transform