mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
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:
committed by
GitHub
parent
50cbb7be5c
commit
82af307280
@@ -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;
|
||||||
|
Reference in New Issue
Block a user