Pregunta

Recently I noticed a problem with jQuery 1.9+ and Cycle2, only when viewed in a Webkit browser. The tile effect should smoothly transitions left to right:

<div id="slideshow" class="cycle-slideshow" data-cycle-pause-on-hover="true" data-cycle-tile-count="12" data-cycle-tile-delay="400" style="overflow: hidden;" data-cycle-fx="tileSlide" data-cycle-speed="600" data-cycle-timeout="3000" data-cycle-easing="linear">
        <img src="http://malsup.github.com/images/p1.jpg">
    <img src="http://malsup.github.com/images/p2.jpg">
    <img src="http://malsup.github.com/images/p3.jpg">
    <img src="http://malsup.github.com/images/p4.jpg">
</div>

as you can see in the jsfiddle, this randomness is only happening in Chrome, Chromium, Midori... Webkit browsers.

¿Fue útil?

Solución

Not exactly an answer to why this happens, but I noticed this is no longer a problem in jQuery 1.10.1.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top