Animate the CSS transition property within :after/:before pseudo-classes

后端 未结 4 1344
时光说笑
时光说笑 2020-12-24 13:24

Is it possible to animate CSS pseudo-classes?

Say I have:

#foo:after {
    content: \'\';
    width: 200px;
    height: 200px;
    background: red;
          


        
4条回答
  •  时光说笑
    2020-12-24 13:36

    It does not seem to work now, however according to the W3 specs you can apply transitions to pseudo-elements. Maybe some time in future…

提交回复
热议问题