When the mouse is scrolled down or scrolled up.

Hello. Greetings from experts all over the world.

I have one question.

http://studiocona.com/
Like the main page of the website above,

When the mouse is scrolled down or scrolled up.
Is there a way to move to the top of the next image (or strip) in wix?

If anyone knows how, please share.

Watch this https://www.youtube.com/watch?v=mkCai3bB3_E

Thank you very much.
But I have already tried this method.
https://www.wix.com/velo-examples/full-screen-scroll

However, it doesn’t look as natural or functional as the sample I originally shared.

http://studiocona.com /
I’m looking for a more complete implementation.
Is this really a feature that cannot be implemented using Wix code?

@wix43684 Yes, You can.

  1. Add a fullwidth slideshow for smooth scrolling.
  2. Add mouse wheel event handler using custom element.
  3. Change the slide on event up or down.

To know more about custom element: https://support.wix.com/en/article/wix-editor-adding-a-custom-element-to-your-site
Example: https://www.wix.com/velo/forum/tips-tutorials-examples/tracking-mouse-move-with-velo-code

Note: The above example states mouse movement. But you need to add mouse wheel event instead of mouse move event.

@workiapps Hello. Thanks for the further reply.
You are really professional.
Since I’m still a beginner, I think I need to study a little more about what you answered.
Your honest answer really warms my heart.
As you said, I will say “I can”.

@wix43684 Thank you so much😄.