css3动画

2021-04-30 14:28

阅读:412

标签:20px   css3动画   lin   css3   htm   nat   class   rom   key   

html

 

css

@keyframes myfirst
{
from {transform: translate(0px,0px);}
to {transform: translate(10px,20px);}
}
.a4 div:hover{
    animation: myfirst .5s linear 3 alternate;
}

  

css3动画

标签:20px   css3动画   lin   css3   htm   nat   class   rom   key   

原文地址:https://www.cnblogs.com/wangzihao147/p/12151566.html


评论


亲,登录后才可以留言!