Page 1 of 1

Onscroll reveal

Posted: Fri Oct 02, 2020 7:57 pm
by luishmpaulo
Hello guys.
Another "one of those" questions:

I'm building a website for a client with a layout according to what she asks for, and I would like the logo in the upper left corner to appear only when the we starts to scroll the page (because there is already a huge logo in the middle of the page...). I tried an "event / onscrollreveal" but it didn't work.

I must probably be doing something wrong or missing something to configure. Any suggestion?

See here: https://ophicina.net.br/ecadv/

Re: Onscroll reveal

Posted: Fri Oct 02, 2020 8:10 pm
by Pablo
Did you use another object to trigger the onscrollreveal event?
You cannot use the object itself to make it visible, because it is hidden so the event will never occur.

Re: Onscroll reveal

Posted: Fri Oct 02, 2020 8:13 pm
by luishmpaulo
Thank you!!
I'll try something.