Sebastien Ramsay

Results 3 comments of Sebastien Ramsay

**Here is the full solution. Ignore line 14 ( const { ref } = useSectionInView('Experience');). Need to use vissible={true} or useInViewfrom 'react-intersection-observer' to keep the animations.** ``` 'use client'; import...