mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
add delay to the magnify transition so I can actually see the animation
This commit is contained in:
parent
1975b9b1db
commit
be1ce1f71e
@ -17,6 +17,7 @@
|
|||||||
#arrow1,
|
#arrow1,
|
||||||
#arrow2 {
|
#arrow2 {
|
||||||
transition: transform 300ms ease-in;
|
transition: transform 300ms ease-in;
|
||||||
|
transition-delay: 100ms;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.enabled {
|
&.enabled {
|
||||||
|
Loading…
Reference in New Issue
Block a user