Create Plan from Session. Top bar rounded
This commit is contained in:
@@ -63,15 +63,20 @@ export default {
|
||||
'elevation-4': '0px 2px 3px rgba(0, 0, 0, 0.3), 0px 6px 10px 4px rgba(0, 0, 0, 0.15)',
|
||||
'elevation-5': '0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15)',
|
||||
},
|
||||
animation: {
|
||||
ripple: 'ripple 600ms linear',
|
||||
'menu-enter': 'menu-enter 200ms ease-out forwards',
|
||||
},
|
||||
keyframes: {
|
||||
ripple: {
|
||||
'0%': { transform: 'scale(0)', opacity: '0.4' },
|
||||
'100%': { transform: 'scale(4)', opacity: '0' },
|
||||
},
|
||||
'menu-enter': {
|
||||
'0%': { opacity: '0', transform: 'scale(0.95) translateX(-100%)' }, // maintain the translate relative to position
|
||||
'100%': { opacity: '1', transform: 'scale(1) translateX(-100%)' },
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
ripple: 'ripple 600ms linear',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user