Viewing 1 replies (of 1 total)
  • Hi, razvan89,

    That animation is actually a bug for chrome I think, chrome automatic compresses the div that goes off screen to 0, and stretch it out once it comes back on. That animation doesn’t show in Firefox, in case to fix that, just give those 2 div a width: 100% in the javascript you mentioned, in case you can’t find where exactly it is, it’s located in file “image-horizontal-reel-scroll-slideshow.js” at line 81 and 82, change it to:

    write('<div id="test2" style="width:100%;position:absolute;left:0px;top:0px"></div>')
    write('<div id="test3" style="width:100%;position:absolute;left:-1000px;top:0px"></div>')

    However, if you wanna have animation for all images, then you have to do some js to change the size of the img. Hopefully that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Animation on all images’ is closed to new replies.