Can I apply a CSS transition to the overflow property?

后端 未结 5 1894
礼貌的吻别
礼貌的吻别 2020-11-28 14:04

I\'m trying to set a transition-delay to the overflow property of body when a div is clicked by adding a class to the

5条回答
  •  一向
    一向 (楼主)
    2020-11-28 15:04

    overflow isn't CSS animatable property. You can see full list of animatable CSS properties there.

提交回复
热议问题