Our in house web developer has been having trouble with transitions from image to image and reported back to me...
I tried to use GPU accelaration to get the transition to behave. But invoking GPU accelaration by using CSS 3d transform properties stops the page processing anything else.
Eg
-webkit-transform:rotate(0)
transform:rotate(0)
FYI: have removed the transition for now as I can't find any good way of fixing the fade at this point.