css3 background-size cover to percentage animation zoom
问题 Im trying to make a zoom effect with background-size. The issue I have is I need to animate from background-size:cover to something like background-size: 105%. When I try this it with a "transition: 0.1s background-size linear" it animates from 0 to 104%. Is there anyway I can animate from cover to that percentage with out going back to 0. (im using cover because I don't know the size of the image but I have a fixed size div to display it in.) Thanks Pete 回答1: One posibility is to have the