Display the selected card while placing it in game

This commit is contained in:
Andrio Celos
2023-10-21 19:21:08 +11:00
parent c9862539dc
commit 9115b4b6b0
2 changed files with 43 additions and 25 deletions

View File

@@ -535,6 +535,9 @@ dialog::backdrop {
.playContainer .card {
animation: 0.1s ease-out forwards flipCardIn;
}
.playContainer .card.preview {
animation: none;
}
@keyframes flipCardOut {
from { transform: scaleX(1); }