add new background animation

This commit is contained in:
2023-11-04 15:37:09 +01:00
parent 5266a6e996
commit 22966cb7d5
6 changed files with 182 additions and 186 deletions

View File

@@ -11,14 +11,17 @@
background-position: center;
}
.beat {
.beat, .beat-manual {
height: 100%;
width: 100%;
background-color: rgba( 0, 0, 0, 0.2 );
animation: beatAnim 0.6s infinite linear;
background-color: rgba( 0, 0, 0, 0.15 );
display: none;
}
.beat {
animation: beatAnim 0.6s infinite linear;
}
@keyframes beatAnim {
0% {
background-color: rgba( 0, 0, 0, 0.2 );