close
.flashAnimate {
animation-name: example;
animation-duration: 0.6s;
animation-iteration-count:infinite;
animation-direction: alternate;
}
/* Standard syntax */
@keyframes example {
from {background-color:whitesmoke;}
to {background-color: skyblue;}
}
全站熱搜
留言列表