From b994e45f6758f914add139bd9880b279bcb04ad2 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Wed, 18 Oct 2023 14:23:42 -0400 Subject: [PATCH 1/2] docs: Add info on reactions animations --- docs/docs/new-features.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/new-features.md b/docs/docs/new-features.md index 28085e992f..ecc70f5e92 100644 --- a/docs/docs/new-features.md +++ b/docs/docs/new-features.md @@ -78,6 +78,10 @@ Others see your reactions in the participants list. ![Others see your reactions in the participants list](/img/27-reactions-thumbs-up.png) +##### Reactions animation + +Animations were added to the Reactions Bar as part of BigBlueButton 2.7.2. By default they are disabled in the configurations. To enable them run the following: `yq w -i /etc/bigbluebutton/bbb-html5.yml public.app.emojiRain.enabled true` + From f230fea85a34a33f309b2084d265cc82fbe8ce6a Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Wed, 18 Oct 2023 14:29:09 -0400 Subject: [PATCH 2/2] docs: Add info on reactions animations toggle --- docs/docs/new-features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/new-features.md b/docs/docs/new-features.md index ecc70f5e92..4eeef704f3 100644 --- a/docs/docs/new-features.md +++ b/docs/docs/new-features.md @@ -82,6 +82,8 @@ Others see your reactions in the participants list. Animations were added to the Reactions Bar as part of BigBlueButton 2.7.2. By default they are disabled in the configurations. To enable them run the following: `yq w -i /etc/bigbluebutton/bbb-html5.yml public.app.emojiRain.enabled true` +You can disable any animations in the client, including Reactions Animations via a toggle in the client: Settings -> Application -> Animations on/off. +