You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving back slides (left) doesn't unload them properly.
We always do:
window.setTimeout(this.disableSlideFrames_.bind(this, curSlide - 2), 301);
this.enableSlideFrames_(curSlide - 1);
this.enableSlideFrames_(curSlide + 1);
this.enableSlideFrames_(curSlide + 2);
The first line won't work correctly if you're moving left.
Original issue reported on code.google.com by ebi...@gmail.com on 10 Apr 2012 at 10:23
The text was updated successfully, but these errors were encountered:
We're no longer disabling/unloading iframes, but the loading works correctly.
It loads the next slide's iframe after a small amount of time to prevent jank
from the css transtions.
Original comment by ebi...@gmail.com on 22 Apr 2012 at 6:30
Original issue reported on code.google.com by
ebi...@gmail.com
on 10 Apr 2012 at 10:23The text was updated successfully, but these errors were encountered: