Last active
December 17, 2015 17:49
-
-
Save coryarmbrecht/5648382 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a specific project