mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Rich history: Improve animation (#22983)
This commit is contained in:
parent
54bf9cc9ea
commit
dd732eac50
@ -41,7 +41,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
`,
|
||||
drawerActive: css`
|
||||
opacity: 1;
|
||||
transition: transform 0.5s ease-in;
|
||||
transition: transform 0.5s ease-out;
|
||||
`,
|
||||
drawerNotActive: css`
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user