首页>>表单>>svg添加到购物车按钮动画(2021-05-17)

svg添加到购物车按钮动画

svg添加到购物车按钮动画
赞赏支持
立刻微信赞赏支持 关闭

 

XML/HTML Code
  1. <button class="button">  
  2.     <span>添加购物车</span>  
  3.     <div class="cart">  
  4.         <svg viewBox="0 0 36 26">  
  5.             <polyline points="1 2.5 6 2.5 10 18.5 25.5 18.5 28.5 7.5 7.5 7.5"></polyline>  
  6.             <polyline points="15 13.5 17 15.5 22 10.5"></polyline>  
  7.         </svg>  
  8.     </div>  
  9. </button>  

 


原文地址:http://www.freejs.net/article_biaodan_905.html