Add local transition to overlay
This commit is contained in:
parent
5caca71931
commit
4dcbb33feb
1 changed files with 10 additions and 0 deletions
|
|
@ -18,4 +18,14 @@
|
||||||
backdrop-filter: blur(5px) saturate(100%) brightness(80%) opacity(0);
|
backdrop-filter: blur(5px) saturate(100%) brightness(80%) opacity(0);
|
||||||
background: rgba(0, 0, 0, 0.6);
|
background: rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes fadeInFilter {
|
||||||
|
from {
|
||||||
|
backdrop-filter: blur(5px) saturate(100%) brightness(80%) opacity(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
backdrop-filter: blur(5px) saturate(100%) brightness(80%) opacity(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue