react-spark-scroll icon indicating copy to clipboard operation
react-spark-scroll copied to clipboard

spark scroll doesn't work when inside parallax wrapper.

Open Jascha-Sundaresan opened this issue 8 years ago • 0 comments
trafficstars

When trying the demo from here: http://keithclark.co.uk/articles/pure-css-parallax-websites/

animations stop working when inside a tag w/ these stylings:

.parallax { height: 500px; /* fallback for older browsers */ height: 100vh; overflow-x: hidden; overflow-y: auto; -webkit-perspective: 300px; perspective: 300px; -webkit-perspective-origin-x: 100%; perspective-origin-x: 100%; }

Jascha-Sundaresan avatar Jul 05 '17 06:07 Jascha-Sundaresan