Skip to content

Instantly share code, notes, and snippets.

@vtenq
Created July 17, 2017 12:13
Show Gist options
  • Save vtenq/0140fc345829ec70d8f63a8b61cbcccb to your computer and use it in GitHub Desktop.
Save vtenq/0140fc345829ec70d8f63a8b61cbcccb to your computer and use it in GitHub Desktop.
.container {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
perspective: 1px;
perspective-origin: 0 0;
}
.parallax-child {
transform-origin: 0 0;
transform: translateZ(-2px) scale(3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment