当前位置: 编程技术>WEB前端
css动态模糊效果
来源: 互联网 发布时间:2014-09-06
本文导语: 实例效果:请把鼠标放上去看看 第一步:把下面的脚本插入与之间: function on(she){girl=shemove=setInterval("moving(girl)",50)} function off(she){ clearInterval(move) she.filters.blur.strength=2 } function moving(s){if (s.filters.blur.strength
实例效果:请把鼠标放上去看看
第一步:把下面的脚本插入与之间:
function on(she){
girl=she
move=setInterval("moving(girl)",50)}
function off(she){
clearInterval(move)
she.filters.blur.strength=2 }
function moving(s){
if (s.filters.blur.strength