My website displays different background images with transitions setting in the CSS body below:
body {
padding-top: 70px;
margin: 0;
background-repeat: no-repeat;
background-size: 100%;
opacity: 1.0;
-moz-transition: background 1.5s linear;
-webkit-transition: background 1.5s linear;
-o-transition: background 1.5s linear;
transition: all 5s linear 1s;
}
The transitions setting above works great in Chrome. However, it shows no animation effects in IE when transition from one image to another.
I have googled the web on IE transitions but nothing helps so far.
Please advise. Thank you.

BlumondePosted May 9, 2016, 10:59 PM
Bhuvanesh Mohankumar: Thanks for the suggestion..but still no luck.
Bhuvanesh MohankumarPosted May 8, 2016, 10:09 PM
BlumondePosted May 8, 2016, 9:53 PM
BlumondePosted May 7, 2016, 4:58 PM
Bhuvanesh Mohankumar: I tested it and it didn't work in my case. No effects at all. Thanks anyway.
Bhuvanesh MohankumarPosted May 7, 2016, 3:05 PM