Last active
August 29, 2015 14:18
-
-
Save tjhole/8e2b04be297a09025d99 to your computer and use it in GitHub Desktop.
CSS: TranslateY
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
transform:translateY(-50%); | |
-ms-transform:translateY(-50%); /* IE 9 */ | |
-moz-transform:translateY(-50%); /* Firefox */ | |
-webkit-transform:translateY(-50%); /* Safari and Chrome */ | |
-o-transform:translateY(-50%); /* Opera */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment