@shopgate/pwa-common
Version:
Common library for the Shopgate Connect PWA.
34 lines • 384 B
JavaScript
export default {
open: {
set: {
height: 'auto'
},
from: {
height: 0
}
},
initialOpen: {
set: {
height: 'auto'
},
from: {
height: 'auto'
}
},
close: {
from: {
height: 'auto'
},
to: {
height: 0
}
},
initialClose: {
from: {
height: 0
},
to: {
height: 0
}
}
};