mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 05:53:37 +08: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:
parent
50cbb7be5c
commit
82af307280
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user