css3 - 如何為background-image設(shè)置動(dòng)畫?
問(wèn)題描述
用代碼說(shuō)話
section.tt-grid-wrapper{ &:hover{background-image{ -webkit-animation: pulse 2.0s infinite ease-in-out; animation: pulse 2.0s infinite ease-in-out;} } }
想讓該選區(qū)在鼠標(biāo)點(diǎn)擊時(shí),只讓背景圖執(zhí)行動(dòng)畫,這樣的less寫法有錯(cuò),求指點(diǎn)!!
問(wèn)題解答
回答1:動(dòng)畫說(shuō)明的w3school上的css3動(dòng)畫中不是有詳細(xì)說(shuō)明嗎?(http://www.w3school.com.cn/css3/css3_animation.asp)背景執(zhí)行動(dòng)畫?在hove里面執(zhí)行寫好的動(dòng)畫就好了....我是這樣理解的 演示:http://sandbox.runjs.cn/show/eijaxo1t代碼:http://runjs.cn/code/eijaxo1t
回答2:你要的是如下效果么?http://jsfiddle.net/chenxiaochun/kgLV5/
相關(guān)文章:
1. javascript - 移動(dòng)端自適應(yīng)2. html5 - java用commons-fileupload上傳文件沒(méi)效果!3. android下css3動(dòng)畫非常卡,GPU也不差啊4. 關(guān)于docker下的nginx壓力測(cè)試5. docker-machine添加一個(gè)已有的docker主機(jī)問(wèn)題6. docker鏡像push報(bào)錯(cuò)7. docker安裝后出現(xiàn)Cannot connect to the Docker daemon.8. angular.js - angular內(nèi)容過(guò)長(zhǎng)展開(kāi)收起效果9. 為什么我ping不通我的docker容器呢???10. nignx - docker內(nèi)nginx 80端口被占用
