文章详情页
css3 - 如何为background-image设置动画?
浏览:117日期:2023-08-07 18:14:32
问题描述
用代码说话
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写法有错,求指点!!
问题解答
回答1:动画说明的w3school上的css3动画中不是有详细说明吗?(http://www.w3school.com.cn/css3/css3_animation.asp)背景执行动画?在hove里面执行写好的动画就好了....我是这样理解的 演示:http://sandbox.runjs.cn/show/eijaxo1t代码:http://runjs.cn/code/eijaxo1t
回答2:你要的是如下效果么?http://jsfiddle.net/chenxiaochun/kgLV5/
标签:
CSS
相关文章:
1. javascript - 请教如何获取百度贴吧新增的两个加密参数2. angular.js - angularjs用websocket做聊天功能发送不出去消息3. 如何用html5开发app?ide是netbeans4. css - 列表li与li之间的间距怎么设置?5. docker-machine添加一个已有的docker主机问题6. 关于docker下的nginx压力测试7. docker镜像push报错8. docker安装后出现Cannot connect to the Docker daemon.9. angular.js - angular内容过长展开收起效果10. nignx - docker内nginx 80端口被占用
排行榜
