Skip to content

Instantly share code, notes, and snippets.

@lisawilliams
Created October 27, 2018 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisawilliams/3b3850ef3351e8cc38bf34df68ba43bb to your computer and use it in GitHub Desktop.
Save lisawilliams/3b3850ef3351e8cc38bf34df68ba43bb to your computer and use it in GitHub Desktop.
#slide02 .img {
background-image: url(../img/img_macbook02.png);}
#slide03 .img {
background-image: url(../img/img_macbook01.png);}
#slide04 .img {
background-image: url(../img/img_macbook02.png);}
#slide02 .pin-wrapper {
transform: translateY(-100%);
}
#slide03 .pin-wrapper {
transform: translateY(-100%);
}
#slide04 .pin-wrapper {
transform: translateY(-100%);
}
.scrollmagic-pin-spacer {
position: absolute !important;
clip: rect(auto, auto, auto, auto);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment