Reduce smoke animation speed by ~30% for a calmer effect
This commit is contained in:
parent
1a95af4fed
commit
d6c26340c6
@ -625,18 +625,18 @@
|
||||
background-image: url('/smoke.svg');
|
||||
background-repeat: repeat;
|
||||
background-size: 600px 600px;
|
||||
animation: fog-drift-1 45s linear infinite;
|
||||
animation: fog-drift-1 60s linear infinite;
|
||||
opacity: 0.8;
|
||||
filter: blur(4px);
|
||||
filter: blur(6px);
|
||||
}
|
||||
|
||||
.fog-layer-2 {
|
||||
background-image: url('/smoke.svg');
|
||||
background-repeat: repeat;
|
||||
background-size: 500px 500px;
|
||||
animation: fog-drift-2 35s linear infinite;
|
||||
animation: fog-drift-2 45s linear infinite;
|
||||
opacity: 0.6;
|
||||
filter: blur(2px);
|
||||
filter: blur(4px);
|
||||
}
|
||||
|
||||
/* Swipe ecosystem for mobile placards */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user