hospital portal
This commit is contained in:
14
frontend/hospital-portal/src/components/animate/variants/path.ts
Executable file
14
frontend/hospital-portal/src/components/animate/variants/path.ts
Executable file
@@ -0,0 +1,14 @@
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export const TRANSITION = {
|
||||
duration: 2,
|
||||
ease: [0.43, 0.13, 0.23, 0.96],
|
||||
};
|
||||
|
||||
export const varPath = {
|
||||
animate: {
|
||||
fillOpacity: [0, 0, 1],
|
||||
pathLength: [1, 0.4, 0],
|
||||
transition: TRANSITION,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user