Hello everyone, I’d like to explain my problem with my portfolio. I have a section of selected projects. The title appears but the projects do not. They only appear when I scroll all the way to the footer.
Thank’s a lot for your help. Have a great day
Your Footer component has a caption which has an interaction called Move up on scroll.
That interaction makes your Showcase Items ( your projects ), Opacity: 0 as initial state, and then makes them 100% when the footer’s caption element scrolls into view.
That’s why they’re hidden initially, and then appear only when you scroll the footer into view.