SVG圆点直线移动

<circle cx="0" cy="0" r="3" stroke="#5dd3ff" stroke-width="1" fill="#5dd3ff">
       <animateMotion :path="M0,0 50,50" begin="-10s" dur="30s" repeatCount="indefinite"/>
</circle>

 

posted @ 2018-10-18 19:05  Eunuch_Li  阅读(971)  评论(0编辑  收藏  举报