Animating a CSS gradient background on the hover event

前端 未结 3 1973
南旧
南旧 2021-01-07 06:08

I have some menu items that are styled using a background gradient on hover using the following styling:

#sidebar ul          


        
3条回答
  •  佛祖请我去吃肉
    2021-01-07 06:30

    It seems gradients don't support transitions yet (still):

    Use CSS3 transitions with gradient backgrounds

    If you use a background image rather than a css3 gradient, then you can use css transition to animate it in and out.

提交回复
热议问题