mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-17 04:34:24 +00:00
Change slide out animation to disappear towards top
This commit is contained in:
@@ -435,19 +435,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideOutLeft {
|
||||
@keyframes slideOutTop {
|
||||
from {
|
||||
transform: translateX(0);
|
||||
opacity: 1;
|
||||
transform: scaleY(1);
|
||||
}
|
||||
to {
|
||||
transform: translateX(-100%);
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
}
|
||||
}
|
||||
|
||||
.slide-out {
|
||||
animation: slideOutLeft 0.5s forwards;
|
||||
transform-origin: top;
|
||||
animation: slideOutTop 0.5s forwards;
|
||||
}
|
||||
|
||||
@keyframes slideInRight {
|
||||
|
||||
Reference in New Issue
Block a user