JS实现图片左右翻转效果(js实现图片左右翻转效果怎么做)

2024-08-22 综合百科 0次阅读 佚名

JS实现图片左右翻转效果

原图:

点击按钮后效果图:

代码部分:

源码:

<body>

<formrunat="server">

<span>JS实现图片左右翻转效果</span>

<p>

<p>

<imgsrc="1.png"/>

</p>

<inputtype="button"value="JS实现图片左右翻转效果"

onClick="document.getElementById('p1').style.filter='fliph';">

</p>

</form>

</body>

猜你感兴趣