diff --git a/files/templates/submission.html b/files/templates/submission.html index 6647d64752..14a2bf4ee9 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -136,7 +136,7 @@ } @keyframes moveX { - from { left: 0; } to { left: 98%; } + from {} to {transform: translateX(98vw)} } @keyframes moveY { @@ -144,18 +144,25 @@ } .seal1 { - animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important; + animation: moveX 4s linear 0s infinite alternate !important; animation-delay:0s; } + .seal1 > img { + animation: moveY 6.8s linear 0s infinite alternate !important; + }
- :#marseywholesome: + :#marseywholesome:
{% if p.award_count("wholesome") > 1 %} @@ -167,7 +174,11 @@ {% if p.award_count("wholesome") > 2 %} @@ -179,7 +190,11 @@ {% if p.award_count("wholesome") > 3 %} @@ -211,17 +226,20 @@ } @keyframes moveX { - from { left: 0; } to { left: 98%; } + from {} to {transform: translateX(98vw)} } - + @keyframes moveY { from {} to {transform: translateY(90vh)} } - + .toe1 { - animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important; + animation: moveX 4s linear 0s infinite alternate !important; animation-delay:0s; } + .toe1 > img { + animation: moveY 6.8s linear 0s infinite alternate !important; + }
Blade's toe @@ -230,7 +248,11 @@ {% if p.award_count("toe") > 1 %} @@ -242,7 +264,11 @@ {% if p.award_count("toe") > 2 %} @@ -254,7 +280,11 @@ {% if p.award_count("toe") > 3 %}