mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-09-09 20:05:14 -05:00
Display the selected card while placing it in game
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user