Files
aso/frontend/hospital-portal/src/components/animate/variants/path.ts
Linksehat Staging Server ce024c2bcd merge
2023-05-08 08:50:15 +07:00

15 lines
287 B
TypeScript
Executable File

// ----------------------------------------------------------------------
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,
},
};