我从这里复制了一个代码片段: 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>