adaptive sticker scale

This commit is contained in:
Fedor Katurov 2020-02-11 15:35:13 +07:00
parent ef5cd0cdef
commit a1c55befa2
5 changed files with 22 additions and 9 deletions

View file

@ -111,7 +111,11 @@
.sticker-wrapper {
will-change: transform;
transition: transform 50ms;
transition: transform 250ms;
@media (hover: hover) {
transition: transform 0ms;
}
}
.sticker-arrow {