Closed

Description
On these pages:
http://tympanus.net/codrops/css_reference/transform/#section_translate
https://tympanus.net/codrops/css_reference/translate/
One of the current examples is the following:
transform: translate(50%, 10%); /* translates the element by 50% of its width to the left, and 10% of its height to the bottom */
I think the correct example would be this:
transform: translate(50%, 10%); /* translates the element by 50% of its width to the right, and 10% of its height to the bottom */
left --> right
Thanks! :)
Metadata
Metadata
Assignees
Labels
No labels