From b9bb673e7e3ee8277ae73ff9e4e241116956f645 Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 24 Jun 2023 01:32:43 +0200 Subject: [PATCH] hard-dropped-table-animation --- css/common.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/common.css b/css/common.css index df3aca9..af15c2d 100644 --- a/css/common.css +++ b/css/common.css @@ -32,22 +32,20 @@ body { } -/* @keyframes hard-dropped-table-animation { from { transform: translateY(0); } 25% { - transform: translateY(3px); + transform: translateY(2px); } to { transform: translateY(0); } } #matrixTable.hard-dropped-table-animation { - animation: hard-dropped-table-animation .1s; + animation: hard-dropped-table-animation .2s; } -*/ tr.buffer-zone td:not(.mino) { border-width: 0;