Created
March 1, 2013 16:14
-
-
Save erbmicha/5065695 to your computer and use it in GitHub Desktop.
CSS lightbox-type open/close transitions
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
.lightbox { transition: 1s width, 1s 1s height; } | |
.lightbox.current { transition: 1s height, 1s 1s width; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment