forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-12 20:09:23 +02:00
parent 313e2378aa
commit 048db829f5
2 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@
} }
#comment-{{c.id}}-only { #comment-{{c.id}}-only {
animation-name: c{{c.id}}-tilt !important; animation-name: c{{c.id}}-tilt !important;
animation-duration: 40s !important; animation-duration: 30s !important;
animation-iteration-count: infinite !important; animation-iteration-count: infinite !important;
animation-direction: alternate !important; animation-direction: alternate !important;
animation-timing-function: linear !important; animation-timing-function: linear !important;

View File

@ -260,7 +260,7 @@
} }
#post-root { #post-root {
animation-name: post-tilt !important; animation-name: post-tilt !important;
animation-duration: 40s !important; animation-duration: 30s !important;
animation-iteration-count: infinite !important; animation-iteration-count: infinite !important;
animation-direction: alternate !important; animation-direction: alternate !important;
animation-timing-function: linear !important; animation-timing-function: linear !important;