fix: Framer Motion ease type error
This commit is contained in:
@@ -19,7 +19,7 @@ export function Services() {
|
||||
|
||||
const item = {
|
||||
hidden: { opacity: 0, y: 20 },
|
||||
show: { opacity: 1, y: 0, transition: { duration: 0.5, ease: "easeOut" } }
|
||||
show: { opacity: 1, y: 0, transition: { duration: 0.5, ease: "easeOut" as const } }
|
||||
};
|
||||
|
||||
const services = [
|
||||
|
||||
Reference in New Issue
Block a user