As far as I can tell, "transition: background-image" affects multiple CSS properties, including scale and opacity, without bias. See example below. I wish to affect opacity only. Is this possible within the transition parameters?
View
Example.
As far as I can tell, "transition: background-image" affects multiple CSS properties, including scale and opacity, without bias. See example below. I wish to affect opacity only. Is this possible within the transition parameters?
View
Example.
There's an answer for that here. It looks like background-image isn't animatable, at least the spec says that. Take a look at the other question, it has a jquery plugin that does this.