Is there an animatable transition-property for css filters?

后端 未结 1 1902
后悔当初
后悔当初 2021-02-11 12:51

I\'m trying to animate CSS filters but can\'t find any information on the correct transition properties. What are they?

Here\'s an example: http://jsbin.com/onijim/3/

1条回答
  •  说谎
    说谎 (楼主)
    2021-02-11 13:25

    -webkit-transition : -webkit-filter 500ms linear
    

    works in webkit. I don't know about filter support in FF or Opera.

    I'm not sure I wholly understand your question.

    0 讨论(0)
提交回复
热议问题