CSS3 background image transition

前端 未结 13 2348
梦如初夏
梦如初夏 2020-11-22 07:07

I\'m trying to make a \"fade-in fade-out\" effect using the CSS transition. But I can\'t get this to work with the background image...

The CSS:



        
13条回答
  •  不要未来只要你来
    2020-11-22 07:48

    Unfortunately you can't use transition on background-image, see the w3c list of animatable properties.

    You may want to do some tricks with background-position.

提交回复
热议问题