Home > Article > Web Front-end > css dynamic blur effect_basic tutorial
Step one: Insert the following script between
and :<script><br>function on(she){<br>girl=she<br>move=setInterval("moving(girl)",50)} </script>
function off(she){
clearInterval(move)
she.filters.blur.strength=2 }
function moving(s){
if (s.filters.blur.strengths.filters.blur.strength =5
else clearInterval(move)}
Step 2: Insert the following script between
and :