mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-05 22:48:48 +00:00
add delay to the magnify transition so I can actually see the animation
This commit is contained in:
parent
1975b9b1db
commit
be1ce1f71e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#arrow1,
|
||||
#arrow2 {
|
||||
transition: transform 300ms ease-in;
|
||||
transition-delay: 100ms;
|
||||
}
|
||||
}
|
||||
&.enabled {
|
||||
|
|
|
|||
Loading…
Reference in a new issue