How do i add background transition to background-size if the code is following:
jsfiddle link for complete code : https://jsfiddle.net/3x4vhtj6/
div { background-size: 100% auto; } div:hover { background-size: auto 100%; } Updated
if This is not possible with the current version of css is their any other way to do this effect with js or jquery.
auto. If you can set the values to something other than auto, it works. jsfiddle.net/s3hWj from another thread