Skip to content

Instantly share code, notes, and snippets.

@akshay-nm
Created May 26, 2020 10:03
Show Gist options
  • Save akshay-nm/4fafb31348917bb1aff0ba06cb7f4ac1 to your computer and use it in GitHub Desktop.
Save akshay-nm/4fafb31348917bb1aff0ba06cb7f4ac1 to your computer and use it in GitHub Desktop.
Final ImageRevealStyles
.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