我有一个包含多个SVG元素的大文件。 背景文字图片等
我想在SVG中使用2-3个图像的滑块创建图像路径。 简单的淡入淡出和自动播放。
尝试了很多。 我不能与divs和ul-li合作。 由于SVG布局在此处已被破坏,((
如何将该区域设置为幻灯片。
<g transform="matrix(1,0,0,1,-2.6225,0)">
<image class="slide" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/wp-content/uploads/2018/08/test.jpg" width="216.195" height="161.495"></image>
<image class="slide" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/wp-content/uploads/2018/08/test2.jpg" width="216.195" height="161.495"></image>
</g>
非常感谢您的帮助