diff --git a/html/index.html b/html/index.html index 93c5e51..8cb4636 100644 --- a/html/index.html +++ b/html/index.html @@ -27,9 +27,9 @@ } @keyframes launch { - 0% { transform: translateY(0); opacity: 1; } - 70% { transform: translateY(-200px); opacity: 1; } - 100% { transform: translateY(-400px); opacity: 0; } + 0% { transform: translate(0, 0) rotate(0deg); opacity: 1; } + 70% { transform: translate(200px, -200px) rotate(0deg); opacity: 1; } + 100% { transform: translate(400px, -400px) rotate(0deg); opacity: 0; } }