forked from MarseyWorld/MarseyWorld
remove UI animations
parent
5da9c26664
commit
52907b4a2e
|
@ -999,17 +999,7 @@ input[type=submit].btn-follow, input[type=reset].btn-follow, input[type=button].
|
|||
.dropdown-toggle:empty::after {
|
||||
margin-left: 0;
|
||||
}
|
||||
@keyframes expand
|
||||
{
|
||||
0% { opacity: 0.0; transform: scaleY(0.7); }
|
||||
100% { opacity: 1.0; transform: scaleY(1.0); }
|
||||
}
|
||||
|
||||
.dropdown-menu-right.show
|
||||
{
|
||||
transform-origin: top;
|
||||
animation: expand .20s 1;
|
||||
}
|
||||
|
||||
|
||||
.dropdown-menu {
|
||||
|
@ -3448,76 +3438,6 @@ small, .small {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.arrow-up.active-anim
|
||||
{
|
||||
animation: bounce-top .7s 1 0s;
|
||||
-webkit-animation: bounce-top .7s 1 0s;
|
||||
}
|
||||
|
||||
.arrow-down.active-anim
|
||||
{
|
||||
animation: bounce-bot .7s 1 0s;
|
||||
-webkit-animation: bounce-bot .7s 1 0s;
|
||||
}
|
||||
|
||||
@keyframes bounce-top {
|
||||
20% {
|
||||
transform: translateY(-9px);
|
||||
animation-timing-function: ease-in;
|
||||
opacity: 1;
|
||||
}
|
||||
52% {
|
||||
transform: translateY(-6px);
|
||||
animation-timing-function: ease-in;
|
||||
opacity: 1;
|
||||
}
|
||||
69% {
|
||||
transform: translateY(-3px);
|
||||
animation-timing-function: ease-in;
|
||||
opacity: 1;
|
||||
}
|
||||
35%,
|
||||
63%,
|
||||
79%,
|
||||
100% {
|
||||
transform: translateY(0px);
|
||||
animation-timing-function: ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bounce-bot {
|
||||
30% {
|
||||
transform: translateY(6px);
|
||||
animation-timing-function: ease-in;
|
||||
opacity: 1;
|
||||
}
|
||||
52% {
|
||||
transform: translateY(3px);
|
||||
animation-timing-function: ease-in;
|
||||
opacity: 1;
|
||||
}
|
||||
69% {
|
||||
transform: translateY(2px);
|
||||
animation-timing-function: ease-in;
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0px);
|
||||
animation-timing-function: ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-write.collapsed
|
||||
{
|
||||
animation: expand-reply .3s 1;
|
||||
}
|
||||
|
||||
@keyframes expand-reply
|
||||
{
|
||||
0% { opacity: .6; padding-top: 0px; height: 0px; overflow: hidden; }
|
||||
100% { opacity: 1;padding-top: 0px; height: 182px; overflow: hidden; }
|
||||
}
|
||||
|
||||
.active.arrow-down::before {
|
||||
color: #38B2AC;
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
* :not(img[src="/i/hand.webp"] + img, img.golden, img[g], img[glow]) {
|
||||
animation: unset !important;
|
||||
}
|
|
@ -337,10 +337,6 @@
|
|||
<div id="formkey" class="d-none">{{v|formkey}}</div>
|
||||
{% endif %}
|
||||
|
||||
{% if v and v.poor -%}
|
||||
<link rel="stylesheet" href="{{('css/poor.css') | asset}}">
|
||||
{%- endif %}
|
||||
|
||||
<link rel="preload" as="image" href="/i/l.webp">
|
||||
|
||||
<link rel="stylesheet" href="{{('css/header.css') | asset}}">
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
<li><small>Disables the effects of cosmetic awards.</small></li>
|
||||
<li><small>Hides signatures.</small></li>
|
||||
<li><small>Makes emoji search only start when you press Enter.</small></li>
|
||||
<li><small>Disables UI animations.</small></li>
|
||||
{% if IS_FISTMAS() %}
|
||||
<li><small>Disables event music.</small></li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue