mtg css animation test

This commit is contained in:
chris 2022-01-08 20:44:44 -05:00
parent bbe2facbfd
commit ae2542e3e0

View File

@ -118,6 +118,14 @@ color:rgb(141, 140, 140);
user-select: none; user-select: none;
} }
.buttons:focus, .lifeDown:focus, .lifeUp:focus{ -webkit-animation: beat 1s ease-in-out backwards;
animation: beat 1s ease-in-out backwards;
}
.buttons:active, .lifeDown:active, .lifeUp:active{
-webkit-animation: none;
animation: none;
}
#buttonWrapper { #buttonWrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;