Merge branch 'fix-cv-animations'
This commit is contained in:
@@ -32,7 +32,7 @@ export default function CvPage() {
|
|||||||
return { y: 100, opacity: 0, duration: 0.5 }
|
return { y: 100, opacity: 0, duration: 0.5 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
useTimeLine(col2Categories)
|
useTimeLine(col2Categories.data)
|
||||||
useGSAP(() => {
|
useGSAP(() => {
|
||||||
const items = gsap?.utils.toArray<GSAPTweenTarget>('.gsapan');
|
const items = gsap?.utils.toArray<GSAPTweenTarget>('.gsapan');
|
||||||
let dir = Direction.Left;
|
let dir = Direction.Left;
|
||||||
@@ -44,7 +44,7 @@ export default function CvPage() {
|
|||||||
dir = dir + 1
|
dir = dir + 1
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, { scope: container, dependencies: [headerCategories.data, sidebarCategories.data], revertOnUpdate: true })
|
}, { scope: container, dependencies: [headerCategories.data, sidebarCategories.data, col1Categories.data, col2Categories.data], revertOnUpdate: true })
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<SidebarProvider ref={container}>
|
<SidebarProvider ref={container}>
|
||||||
|
|||||||
Reference in New Issue
Block a user