Update layout transition duration
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
/*
|
||||
Layout fade animation
|
||||
*/
|
||||
|
||||
.layout-fade-leave-active,
|
||||
.layout-fade-enter-active {
|
||||
transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.layout-fade-enter-to,
|
||||
.layout-fade-leave-from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.layout-fade-enter-from,
|
||||
.layout-fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Zoom animation
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user