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
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
I'm having trouble with using skrollr. I've used it several times and never ran into this problem before. I have images scaling and rotating from the center of the page as the user scrolls. It works fine on mobile and non-retina screens like older models of iMac and even cheaper screens from Dell. However, when I try to scroll through my site on my Macbook Pro screen, it slowss, flickers, and cuts off the images randomly.
iOS has many unsolved repaint issues related to transforms, position: fixed and some property combinations. I can't really test it right now, but I would try several things. Try not using position: fixed on each layer, rather have one fixed layer big as the viewport and position each of your scenes inside of it absolutely. Don't use relative viewport units vwvh anywhere, scale to 100% from html instead. Don't scale from 0, rather from 0.01 or a minimal value. Try not using image tags, but rather elements where the images are added as a background-image. If none of that works, let me know and I can take another look when I get my hands on the Mac abomination again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having trouble with using skrollr. I've used it several times and never ran into this problem before. I have images scaling and rotating from the center of the page as the user scrolls. It works fine on mobile and non-retina screens like older models of iMac and even cheaper screens from Dell. However, when I try to scroll through my site on my Macbook Pro screen, it slowss, flickers, and cuts off the images randomly.
Here's a zip of what I'm working with:
WIP.zip
The text was updated successfully, but these errors were encountered: