Hi! You need to provide a read-only link to your project not a published link so that somebody may check out the way the page is done and help you if possible.
I don’t think there is a trigger that can be activated just by “mousewhell scroll up/down” or swipeup/down or whatever. The interaction you tried to make is based on the objects actually scrolling in the viewport. In your case everything is fixed so no scrolling is happening.
If anyone can find a way to target interactions on mouse scroll and similar I would be glad to learn of this as well!
You could do this by setting the div holding all the content to 100vh and 100% width. Then you make sure that dive is set to overflow:hidden. Then you’re scrolling, but users don’t see the rest. Does that make sense?
Thanks a lot, it seems it’s working. But, I would like to disappear the scroll bar. Is it possible?
Is it possible for me to contact you on Skype or another IM app? I would highly appreciate if you can answer me some other question.