tweak play again animation

This commit is contained in:
Thibault Duplessis 2021-01-27 11:58:29 +01:00
parent fcd8f88ab4
commit 5ef6c04e5d

View file

@ -44,6 +44,10 @@
opacity: 1;
animation: play-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
&:after {
animation-delay: .1s;
}
}
}
}