我从这里复制了一个代码片段: https: //blog.hubspot.com/website/svg-css-animation ,但我无法让它工作。我缺少什么?
<svg width="100px" height="100px">
<rect x="10" y="10" width="80" height="80" fill="#f7f3d1" css-transition: all 1s ease; css-animation: rotate 5s infinite linear />
</svg>
代码片段已经表明该语法无效:
内联样式使用
key=value
格式。如果您不想指定任何关键点等,可以使用 SVG
<animateTransform>
元素来旋转<rect>