Delay and shorten animation of transition to the full-screen

This commit is contained in:
JustOff 2018-05-04 18:05:37 +03:00 committed by Roy Tam
commit 8524393860

View file

@ -762,5 +762,6 @@ toolbarbutton[pmkit-button="true"] > .toolbarbutton-badge-stack > .toolbarbutton
}
#navigator-toolbox[fullscreenShouldAnimate] {
transition: 1.5s margin-top ease-out;
transition: 0.7s margin-top ease-out;
transition-delay: 0.8s;
}