2

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?

ViewExample.

MarbinJavier
  • 107
  • 1
  • 6

1 Answers1

0

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.

Community
  • 1
  • 1