Slightly slow down header fog for calming effect
This commit is contained in:
parent
83c4955b9b
commit
b19b867958
@ -592,7 +592,7 @@
|
|||||||
background-image: url('/smoke.svg');
|
background-image: url('/smoke.svg');
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 400px 400px;
|
background-size: 400px 400px;
|
||||||
animation: fog-drift 45s linear infinite;
|
animation: fog-drift 60s linear infinite;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
filter: blur(8px);
|
filter: blur(8px);
|
||||||
}
|
}
|
||||||
@ -601,8 +601,8 @@
|
|||||||
background-image: url('/smoke.svg');
|
background-image: url('/smoke.svg');
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 350px 350px;
|
background-size: 350px 350px;
|
||||||
animation: fog-drift 35s linear infinite reverse;
|
animation: fog-drift 50s linear infinite reverse;
|
||||||
animation-delay: -10s;
|
animation-delay: -15s;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
filter: blur(5px);
|
filter: blur(5px);
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user