Several CSS gradient background image transition animation ...
https://www.programmersought.com/article/13897444676/
One, background-image does not support CSS3 transition. background-imageDoes not support CSS3transition, And when CSS3 gradient exists as a background image, the following CSS settings will not have a transition effect..gradient { background-image: linear-gradient(to right, olive, green); transition: background-image 0.5s linear; } .gradient:hover { background-image: linear-gradient(to right ...
DA: 26 PA: 88 MOZ Rank: 34