svg添加到购物车按钮动画
XML/HTML Code
- <button class="button">
- <span>添加购物车</span>
- <div class="cart">
- <svg viewBox="0 0 36 26">
- <polyline points="1 2.5 6 2.5 10 18.5 25.5 18.5 28.5 7.5 7.5 7.5"></polyline>
- <polyline points="15 13.5 17 15.5 22 10.5"></polyline>
- </svg>
- </div>
- </button>
原文地址:http://www.freejs.net/article_biaodan_905.html