A grouped pure CSS parallax demo
keithclark.co.uk
A grouped pure CSS parallax demo
1–10 of 43 posts
Re: A grouped pure CSS parallax demo
#2Re: A grouped pure CSS parallax demo
#3The main issue I had was that smooth scrolling libraries (for jumping to various places on the same page) didn't work until I referenced the element to scroll as a specific div (that contained all of my parallax) instead of "body" or "html, body" like suggested online.
Overall, I like the flexibility and the ability to inspect the layers using simple translations and rotations.
Re: A grouped pure CSS parallax demo
#4Unfortunately, on iOS the scrolling feels very fake with no native easing. Does it have some sort of javascript hijacking scroll/swipe events?
Re: A grouped pure CSS parallax demo
#5http://keithclark.co.uk/articles/pure-css-parallax-websites/
I find it interesting that parallax was initially a way to fake 3d-like effects, and now we're using 3d effects to implement parallax!
Re: A grouped pure CSS parallax demo
#6Unfortunately, on iOS the scrolling feels very fake with no native easing. Does it have some sort of javascript hijacking scroll/swipe events?
Re: A grouped pure CSS parallax demo
#7Unfortunately, on iOS the scrolling feels very fake with no native easing. Does it have some sort of javascript hijacking scroll/swipe events?
Re: A grouped pure CSS parallax demo
#8Unfortunately, on iOS the scrolling feels very fake with no native easing. Does it have some sort of javascript hijacking scroll/swipe events?
EDIT: Nevermind, just tried it in the simulator and it seems to break everything. Although it is smooth... :)
Re: A grouped pure CSS parallax demo
#9Re: A grouped pure CSS parallax demo
#10Using this while developing my website. It works pretty well, although seems to have issues on various browsers (like Safari) where there is no scrolling. The main issue I had was that smooth scrolling libraries (for jumping to various places on the same page) didn't work until I referenced the element to scroll as a specific div (that contained all of my parallax) instead of "body" or "html, body" like suggested onl…