feat: redesigned Home (weather+forecast bar, today+tomorrow, pinned notes), fix snow animation, scrollable weather modal, weather hints
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -238,9 +238,11 @@ button:focus-visible {
|
||||
}
|
||||
|
||||
@keyframes snow-fall {
|
||||
0% { transform: translateY(0) rotate(0deg); opacity: 0.8; }
|
||||
50% { transform: translateY(10px) translateX(3px) rotate(180deg); opacity: 0.6; }
|
||||
100% { transform: translateY(20px) rotate(360deg); opacity: 0; }
|
||||
0% { transform: translateY(0) translateX(0); opacity: 0.9; }
|
||||
25% { transform: translateY(5px) translateX(2px); opacity: 0.8; }
|
||||
50% { transform: translateY(10px) translateX(-1px); opacity: 0.7; }
|
||||
75% { transform: translateY(15px) translateX(3px); opacity: 0.4; }
|
||||
100% { transform: translateY(22px) translateX(0); opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes thunder-flash {
|
||||
|
||||
Reference in New Issue
Block a user