From a6632fc1b496642cc6fb10d8300dfbeccef00d3f Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Fri, 25 Sep 2020 15:15:24 -0400 Subject: [PATCH] Restore fadeIn to 400ms (#2312) This is the jQuery fadeIn default, which we were relying on before this animation was changed to pure CSS. --- framework/core/less/forum/PostStream.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/forum/PostStream.less b/framework/core/less/forum/PostStream.less index 06470cad5..b4ea701f8 100644 --- a/framework/core/less/forum/PostStream.less +++ b/framework/core/less/forum/PostStream.less @@ -16,7 +16,7 @@ 100% {opacity: 1} } .PostStream-item { - .animation(fadeIn 0.6s ease-in-out); + .animation(fadeIn 0.4s ease-in-out); &:not(:last-child) { border-bottom: 1px solid @control-bg;