Skip to content

Instantly share code, notes, and snippets.

@erbmicha
Created March 1, 2013 16:14
Show Gist options
  • Save erbmicha/5065695 to your computer and use it in GitHub Desktop.
Save erbmicha/5065695 to your computer and use it in GitHub Desktop.
CSS lightbox-type open/close transitions
.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