hard-dropped-table-animation
This commit is contained in:
parent
fd8b46a212
commit
b9bb673e7e
@ -32,22 +32,20 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
@keyframes hard-dropped-table-animation {
|
@keyframes hard-dropped-table-animation {
|
||||||
from {
|
from {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
25% {
|
25% {
|
||||||
transform: translateY(3px);
|
transform: translateY(2px);
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#matrixTable.hard-dropped-table-animation {
|
#matrixTable.hard-dropped-table-animation {
|
||||||
animation: hard-dropped-table-animation .1s;
|
animation: hard-dropped-table-animation .2s;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
tr.buffer-zone td:not(.mino) {
|
tr.buffer-zone td:not(.mino) {
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user