Update rain animation and refactor rain.js comments for clarity

This commit is contained in:
CodeDevMLH
2026-02-24 19:23:42 +01:00
parent de7e04c926
commit fa658c0057
2 changed files with 2 additions and 6 deletions

View File

@@ -22,5 +22,5 @@
0% { transform: translateY(-30vh) translateX(0) rotate(20deg); opacity: 0; }
5% { opacity: 1; }
95% { opacity: 1; }
100% { transform: translateY(110vh) translateX(-40vh) rotate(20deg); opacity: 0; }
100% { transform: translateY(180vh) translateX(-60vh) rotate(20deg); opacity: 0; }
}