hospital portal
This commit is contained in:
7
frontend/hospital-portal/src/components/animate/variants/actions.ts
Executable file
7
frontend/hospital-portal/src/components/animate/variants/actions.ts
Executable file
@@ -0,0 +1,7 @@
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export const varHover = (scale?: number) => ({
|
||||
hover: {
|
||||
scale: scale || 1.1,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user