Restore fadeIn to 400ms (#2312)

This is the jQuery fadeIn default, which we were relying on before this animation was changed to pure CSS.
This commit is contained in:
Alexander Skvortsov 2020-09-25 15:15:24 -04:00 committed by GitHub
parent 663ae95f1c
commit a6632fc1b4

View File

@ -16,7 +16,7 @@
100% {opacity: 1} 100% {opacity: 1}
} }
.PostStream-item { .PostStream-item {
.animation(fadeIn 0.6s ease-in-out); .animation(fadeIn 0.4s ease-in-out);
&:not(:last-child) { &:not(:last-child) {
border-bottom: 1px solid @control-bg; border-bottom: 1px solid @control-bg;