-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 */
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels