mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 21:48:13 +00:00
Prompt przy aktualizacji aplikacji
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.slide-anim {
|
||||
&-enter-active,
|
||||
&-leave-active {
|
||||
transition: all 125ms ease;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
&-enter-from,
|
||||
&-leave-to {
|
||||
transform: translateY(100%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user