Skip to content

'left' should be replaced by 'right' in code example #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue May 19, 2020 · 1 comment
Closed

'left' should be replaced by 'right' in code example #94

ghost opened this issue May 19, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented May 19, 2020

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! :)

@crnacura
Copy link
Member

Thank you, all fixed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant