Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的演示中:http: //jsfiddle.net/7QA43/8/ 我已经将矢量设置为它的大小的 3 倍,并且在滚动时它只需要旋转 90 度,而是缩小到原来的大小。有没有办法防止这种情况发生?
尝试添加s3到您的变换动画中。
s3
function hovering(e){ this.animate({ transform: 'r90,s3', 'stroke-width':'5' }, 500); }
http://jsfiddle.net/7QA43/9/