css-parallax-scrolling-chrome icon indicating copy to clipboard operation
css-parallax-scrolling-chrome copied to clipboard

Code example for Pure-CSS Parallax Scrolling Effect in Chrome

Results 2 css-parallax-scrolling-chrome issues
Sort by recently updated
recently updated
newest added

You need to add "transform-style: preserve-3d" to the ".section" class. The static class needs a higher z-index to prevent being covered by the lower elements.

With the images attached to the psudo-elements, the parallax effect is only visible in chrome, firefox doesn't work.