Skip to content

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

@Jascha-Sundaresan

Description

@Jascha-Sundaresan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions