Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spark scroll doesn't work when inside parallax wrapper. #32

Open
Jascha-Sundaresan opened this issue Jul 5, 2017 · 0 comments
Open

Comments

@Jascha-Sundaresan
Copy link
Contributor

Jascha-Sundaresan commented Jul 5, 2017

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%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant