diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss index d995b44b4..c51cd6ffe 100644 --- a/src/styles/_variables.scss +++ b/src/styles/_variables.scss @@ -214,7 +214,11 @@ $color-user-8: #faa774; // For some reason these parameters cause worse animation in desktop Chrome @media (max-width: 600px) { - --layer-transition: 450ms cubic-bezier(0.25, 1, 0.5, 1); + --layer-transition: 450ms cubic-bezier(0.33, 1, 0.68, 1); + + body.is-android { + --layer-transition: 450ms cubic-bezier(0.25, 1, 0.5, 1); + } } --slide-transition: 300ms cubic-bezier(0.25, 1, 0.5, 1);