微信公众号推文svg点击交互的方法


微信公众号推文svg点击交互的方法

先来个简单的例子

点击空白出出现文字

<section class="_135editor" >
    <svg width="420" height="700" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
        <text font-family="microsoft yahei" font-size="120" y="160" x="160" opacity="0">
           文字
            <animate attributename="opacity" from="0" to="1" begin="click" fill="freeze" dur="3s"></animate>
        </text>
    </svg>
</section>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM