Created
May 26, 2020 10:03
-
-
Save akshay-nm/4fafb31348917bb1aff0ba06cb7f4ac1 to your computer and use it in GitHub Desktop.
Final ImageRevealStyles
This file contains 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
.image { | |
opacity: 0; | |
transform: scale(0.5); | |
width: 100%; | |
height: 100%; | |
position: absolute; | |
} | |
.cover { | |
width: 0%; | |
height: 100%; | |
left: 0%; | |
position: absolute; | |
z-index: 2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment