Skip to content

Instantly share code, notes, and snippets.

@smlparry
Last active March 4, 2019 04:48
Show Gist options
  • Select an option

  • Save smlparry/0ec6c6bbb586de40809738aaf697bc0c to your computer and use it in GitHub Desktop.

Select an option

Save smlparry/0ec6c6bbb586de40809738aaf697bc0c to your computer and use it in GitHub Desktop.
.image {
position: absolute;
transform-origin: 0 50%;
width: 420px;
height: 420px;
}
.background__image {
@extend .image;
height: 840px;
transform: translateZ(0px) scale(1);
}
.middle__image {
@extend .image;
top: 150px;
transform: translateZ(5px) scale(parallax-scale-factor(5));
}
.foreground__image {
@extend .image;
top: 125px;
transform: translateZ(2px) scale(parallax-scale-factor(2));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment