I'm trying to create a simple parallax animation with skrollr: my site is working well on Chrome/Mac but I'm seeing unusual behaviour on the ipad..
On ipad (testing on the IOS simulator),
- the main body of the page doesn't skroll at all (or may scroll in the background, underneath the animated div?)
- the animated background position (origami pattern) scrolls in the opposite direction (down is up) within the bounds defined in
data-start
/data-top-bottom
On desktop, the effect I can simulate the effect if I hack the div#hero
to be position: fixed;
in chrome dev tools.
- The skrollr examples work as expected in the IOS simulator.
- I have
<div id="skrollr-body"></div>
just before the closing</body>
tag
Any suggestions?