用代码说话
section.tt-grid-wrapper{
&:hover{
background-image{
-webkit-animation: pulse 2.0s infinite ease-in-out;
animation: pulse 2.0s infinite ease-in-out;
}
}
}
想让该选区在鼠标点击时,只让背景图执行动画,这样的less写法有错,求指点!!
動畫說明的w3school上的css3動畫中不是有詳細說明嗎?(http://www.w3school.com.cn/css3/css3_animation.asp)
背景執行動畫?在hove裏麵執行寫好的動畫就好了....
我是這樣理解的 演示:http://sandbox.runjs.cn/show/eijaxo1t
代碼:http://runjs.cn/code/eijaxo1t
你要的是如下效果麼?
http://jsfiddle.net/chenxiaochun/kgLV5/