forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-13 09:16:10 +02:00
parent fb9f04c738
commit 5280a1ca64
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,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: 7s !important; animation-duration: 60s !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

@ -464,7 +464,7 @@
} }
#post-root { #post-root {
animation-name: post-tilt !important; animation-name: post-tilt !important;
animation-duration: 7s !important; animation-duration: 60s !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;