mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 03:39:24 +00:00
Abstract menu animation
This commit is contained in:
@@ -69,4 +69,12 @@ $menu--item--foreground--active: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-enter {
|
||||
animation: fade-in 0.25s both;
|
||||
}
|
||||
|
||||
&-leave {
|
||||
animation: fade-out 0.25s both;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user