From 13c829e6cc45763c1597171ffc96591c7d634e79 Mon Sep 17 00:00:00 2001 From: Integral Team Date: Wed, 11 Sep 2019 17:08:05 +0700 Subject: [PATCH] removed sticker transform animation --- src/styles/stickers.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/stickers.less b/src/styles/stickers.less index affec21..0693a39 100644 --- a/src/styles/stickers.less +++ b/src/styles/stickers.less @@ -193,7 +193,7 @@ float: left; cursor: pointer; transform: scale(1); - transition: transform 250ms; + // transition: transform 250ms; width: 48px; height: 48px; background-size: cover;