javascript - :Skrollr not working on Chrome -
i seem having problem skrollr, or @ least think it's skrollr that's causing problem...
i'm using code:
data-0="background-position:0px 0px;" data-end="background-position:-3000px 0px;"
which related skrollr, , reason it's working on ie , firefox, not on chrome unless inspect element first, find strange.
has experienced similar problem , have suggestions on how might fixed?
i'm guessing need refresh since notice works if resize browser.
try code:
settimeout(function () { skrollr.get().refresh(); }, 0);
you can change timeout 1000 if necessary ensure loads.
see similar issue on github
Comments
Post a Comment