fix scoreSpan

This commit is contained in:
2023-04-21 20:46:35 +02:00
parent e0290a4918
commit 46237fb01c
2 changed files with 31 additions and 35 deletions

View File

@ -175,31 +175,4 @@ span {
animation-timing-function: cubic-bezier(.25,.46,.45,.94);
transform-origin:center;
animation-duration: 1s;
}
#scoreSpan div.zoom-in-animation:nth-child(2) {
animation-delay: .2s;
}
#scoreSpan div.zoom-in-animation:nth-child(3) {
animation-delay: .4s;
}
#scoreSpan div.zoom-in-animation:nth-child(4) {
animation-delay: .6s;
}
#scoreSpan div.zoom-in-animation:nth-child(5) {
animation-delay: .8s;
}
#scoreSpan div.zoom-in-animation:nth-child(6) {
animation-delay: 1s;
}
#scoreSpan div.zoom-in-animation:nth-child(7) {
animation-delay: 1.2s;
}
#scoreSpan div.zoom-in-animation:nth-child(8) {
animation-delay: 1.4s;
}
#scoreSpan div.zoom-in-animation:nth-child(9) {
animation-delay: 1.6s;
}
#scoreSpan div.zoom-in-animation:nth-child(10) {
animation-delay: 1.8s;
}
}