mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +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
663ae95f1c
commit
a6632fc1b4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user