diff --git a/files/templates/comments.html b/files/templates/comments.html index 24e6a932a..e543522be 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -304,7 +304,7 @@ } #comment-{{c.id}}-only { animation-name: c{{c.id}}-tilt !important; - animation-duration: 40s !important; + animation-duration: 30s !important; animation-iteration-count: infinite !important; animation-direction: alternate !important; animation-timing-function: linear !important; diff --git a/files/templates/submission.html b/files/templates/submission.html index 48058761d..673cff48a 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -260,7 +260,7 @@ } #post-root { animation-name: post-tilt !important; - animation-duration: 40s !important; + animation-duration: 30s !important; animation-iteration-count: infinite !important; animation-direction: alternate !important; animation-timing-function: linear !important;