16.htm
来自「介绍了javascript的常用的函数」· HTM 代码 · 共 15 行
HTM
15 行
<html>
<head>
<title>水中倒影效果</title>
<style type="text/css">
#picID2{
position:absolute;top=120;left=10;
filter:wave(strength=3,freq=3,phase=0,lightstrength=30)blur()flipv()
}
</style>
</head>
<body onLoad="setInterval('picID2.filters.wave.phase+=10',100)">
<img src="pic2.jpg" id="picID" width="100">
<img src="pic2.jpg" id="picID2" width="100">
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?