master
Aevann1 2022-02-12 18:25:12 +02:00
parent e077f79473
commit fabe9d2316
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: {{c.award_count("tilt")*30}}s !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

@ -260,7 +260,7 @@
} }
#post-root { #post-root {
animation-name: post-tilt !important; animation-name: post-tilt !important;
animation-duration: {{p.award_count("tilt")*30}}s !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;