Why can't I animate custom properties (aka CSS variables)?

后端 未结 3 892
臣服心动
臣服心动 2020-12-19 02:47

See this animation:

  • The golden div has an animation where a custom property is animated
    (@keyframes roll-o-1 animates --o).
3条回答
  •  失恋的感觉
    2020-12-19 03:26

    Not all CSS properties are animatable, and you cannot animate css variables. This is the list of the properties you can animate https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_animated_properties

提交回复
热议问题