mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Delay and shorten animation of transition to the full-screen
This commit is contained in:
parent
56ab88575b
commit
8524393860
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue