Skip to content

Repeats the CSS selector (class names) twice - it's a problem if translate animation is used #37

Open
@ADTC

Description

@ADTC

This is what happens if translateY or translateX etc are used.

Image

Becomes unreadable if they overlap:

Image

I think only the blue box (translated position) should have the name. The gray box shouldn't, since it's the original position. Or the gray box should only show the label if the blue one translated far enough to avoid overlap.

Or use some CSS or DOM hackery to make the label have an opaque background somehow without affecting the box transparency so that you can still keep both labels, but avoid the overlap problem, while still keeping the boxes transparent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions