mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
Bug 779302 - Speed up arrow panel opening animation. r=shorlander
This commit is contained in:
parent
1bcab910c3
commit
326c64640e
@ -29,7 +29,7 @@ panel[type="arrow"] {
|
||||
}
|
||||
|
||||
.panel-arrowcontainer[panelopen] {
|
||||
transition-duration: 250ms;
|
||||
transition-duration: 200ms, 150ms;
|
||||
transition-property: opacity, transform;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ panel[type="arrow"] {
|
||||
}
|
||||
|
||||
.panel-arrowcontainer[panelopen] {
|
||||
transition-duration: 250ms;
|
||||
transition-duration: 200ms, 150ms;
|
||||
transition-property: opacity, transform;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user