Hello,
Relatively new to Edge, but great program.
But having a problem implementing the horizontal parallax scrolling as per edgedocks.com
http://edgedocks.com/edgecommons#anchor_edgecommons_9
I'm using the prescribed code but doesn't work, was wondering if anyone has come across this?
yepnope({
load: "http://cdn.edgecommons.org/an/1.0.2/js/min/EdgeCommons.js",
callback: function() {
EC.centerStage(sym);
EC.Parallax.setup(sym, "horizontal");
}
});
Thanks
Lynchski
p.s. Vertical Parallax scrolling working fine...
Anyone? :-D