fix scoreSpan
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user