首页 > 代码库 > 10月16日

10月16日

 

text decoration:none去掉下划线

transition:过渡;transition:width 6s,height 6s,background 6s

;---简写all 3s 透明:opacty(范围0-1)

rgba()中的a表示透明度 动画效果@keyframe  animation -webkit-animation:自己声明 5s;

@-webkit-@keyframes 自己声明{form{backgro#1212;}to{background:#cvh}}

@-webkit-@keyframes 自己声明{0%{backgro#1212;}50%{backgroun;#dfg}100%{background:#gujr}

旋转 -webkit-animation:** 5s;

@-webkit-keyframes:**{0%{-webkit-transform:rotate(0deg)}}

10月16日