CSS transform translate

linkaiyi
Follow

transform: translateY(-50px)

-webkit-transform: translate(80px, 50px);
-moz-transform: translate(80px, 50px);
-ms-transform: translate(80px, 50px);
-o-transform: translate(80px, 50px);
transform: translate(80px, 50px);

minus for going up and plus for going down

Object has 0 attachments

Was this article helpful?

This article is viewed 25 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support