I came across this example of modifying the Bootstrap 3 carousel to achieve a fade
instead of a 'slide'. In webkit, however, the transition in the example is not smooth - it sort of flashes between items.
http://codepen.io/Rowno/pen/Afykb
Weirder still, when I use this code in my markup, the item transitions smoothly but other elements on the page sort of jiggle by a pixel or so at the start of each transition.
Is there some sort of Webkit incompatibility with opacity transitions?