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.
のようなSVGアニメーション化可能なプロパティは、CSSトランジションによってアニメーション化できることを読みました。transform不透明度などをアニメートすることはできますが、アニメートすることはできませんtransform。
transform
不透明度はCSSプロパティであり、変換は属性です。CSSプロパティはCSSトランジションによってアニメーション化できますが、属性はそのようにアニメーション化することはできませんが、SVGSMILによってアニメーション化できます。