Skip to content

Instantly share code, notes, and snippets.

@iamryanyu
Created September 20, 2017 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamryanyu/5b1aaab31ba6f2c202f9aca59decce5a to your computer and use it in GitHub Desktop.
Save iamryanyu/5b1aaab31ba6f2c202f9aca59decce5a to your computer and use it in GitHub Desktop.
An alternative for calc in translateY
.selector {
//transform: translateY(calc(100% - 170px));
transform: translateY(100%) translateY(-170px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment