What’s the easies way to make the animation of the black section on this vid?
I already have the rounded square black shape created, but I want it to be shown only after a certan scroll level (before that, the rounded square black shape is hidden, like on the attached GIF)
That tabs, I have already created. The animation effect you’re seeing is height adjustment based on scroll. You might be able to achieve this with conditionals and transition speeds.
Thanks! But I guess the plugin you shared is for the tab buttons, right?
Sorry for the confusion, but I’m not interested in the tabs, but in the black square (with rounded corners) that seems “stuck” until you reach the footer of the site. If you scroll up again, that black square gets hidden.
Yes. That’s what I was referring to. I was just stating the animation from the tab effect itself as well.
Essentially building this functionality the “bubble way” will take some effort and time (to make it clean and work the way you expect). The route I gave you is where you would start for that. Doing-so will hopefully teach you other routes of making things happen on your site appear more “magical” as well.
Thanks for this! At the end, I’ve achieved a similar effect with the “AOS - Animate On Scroll” plugin and the “Zenscroll” plugin, plus some conditions. Not perfect, but good for now