diff --git a/frontend/index.html b/frontend/index.html index 8bb1df2..b965c38 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -11,6 +11,12 @@ to { opacity: 1; transform: translateY(0); } } .animate-fade-in { animation: fadeIn 0.3s ease-out; } + + @keyframes slideInUp { + from { opacity: 0; transform: translateY(20px) scale(0.95); } + to { opacity: 1; transform: translateY(0) scale(1); } + } + .animate-slide-in-up { animation: slideInUp 0.35s cubic-bezier(0.21, 1.02, 0.73, 1) forwards; }
- ELO change: +{result.elo_change.toFixed(1)} / -{result.elo_change.toFixed(1)} -
- Winner: {result.new_winner_elo.toFixed(0)} ยท Loser:{" "} - {result.new_loser_elo.toFixed(0)} -
ELO Updated
Comparison recorded