SVG 动画(animate、animateTransform、animateMotion)
原文: https://blog.csdn.net/chy555chy/article/details/53535581 参考 MDN开发文档 https://developer.mozilla.org/en-US/docs/Web/SVG/SVG_animation_with_SMIL SMIL As of Chrome 45.0, SMIL animations are deprecated in favor of CSS animations and Web animations. Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1) introduced support for animating SVG using Synchronized Multimedia Integration Language (SMIL). SMIL allows you to: animate the numeric attributes of an element (x, y, …) animate transform attributes (translation or rotation) animate color attributes follow a motion path This is done adding an