From f556e613b3f82806591c18d3ef4223661c610eb4 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Tue, 5 Nov 2024 14:41:44 +0000 Subject: [PATCH] Document time in css. --- src/room/InCallView.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/room/InCallView.module.css b/src/room/InCallView.module.css index 600a57de..0015cf20 100644 --- a/src/room/InCallView.module.css +++ b/src/room/InCallView.module.css @@ -150,6 +150,7 @@ Please see LICENSE in the repository root for full details. display: inline; z-index: 2; font-size: 32pt; + /* Reactions are "active" for 3 seconds (as per REACTION_ACTIVE_TIME_MS), give a bit more time for it to fade out. */ animation-duration: 4s; animation-name: reaction-up; width: fit-content;