Skip to content

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

Closed
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions