Skip to content

suggest fading #2

@TassieTrooper

Description

@TassieTrooper

thoughts? maybe v2 of the file?

/* Fade out messages after they appear */
yt-live-chat-text-message-renderer {
animation: fadeout 12s forwards;
}

/* Fade-out animation /
@Keyframes fadeout {
0% {
opacity: 1;
transform: translateY(0);
}
70% {
opacity: 1; /
visible for most of the time /
}
100% {
opacity: 0;
transform: translateY(-10px); /
optional float-up */
}
}

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