Skip to content

Instantly share code, notes, and snippets.

@coryarmbrecht
Last active December 17, 2015 17:49
Show Gist options
  • Select an option

  • Save coryarmbrecht/5648382 to your computer and use it in GitHub Desktop.

Select an option

Save coryarmbrecht/5648382 to your computer and use it in GitHub Desktop.
#page1:inactive #body-image-background {
opacity: 0;
background: url('image_page1.jpg') no-repeat cover cover;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
#page1:active #body-image-background {
opacity: 1;
}
@coryarmbrecht
Copy link
Author

For a specific project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment