I'm stuck in this situation where I am trying to apply the transition: all
to an element in a way that everything would transition except one property(background-color in my case).
The only possible solution I see for this is to mention specific transitions for all the problems instead of using all
. Is there any way I can get away with using all
and still transition everything except one property?