Disable/turn off inherited CSS3 transitions

前端 未结 5 1922
我寻月下人不归
我寻月下人不归 2020-12-23 08:39

So i have the following css transitions attached to the a element:

a { 
     -webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in ;  
     -m         


        
5条回答
提交回复
热议问题