scaling stickers

This commit is contained in:
Fedor Katurov 2020-02-11 15:10:43 +07:00
parent 09ce310bad
commit ef5cd0cdef
13 changed files with 181 additions and 144 deletions

View file

@ -109,6 +109,11 @@
}
}
.sticker-wrapper {
will-change: transform;
transition: transform 50ms;
}
.sticker-arrow {
position: absolute;
transform-origin: 0 0;