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;}
}
 
arrow
arrow
    全站熱搜
    創作者介紹

    Chill_Radio 發表在 痞客邦 留言(0) 人氣()