Is there a way to add a page with just slideshow or something similar, which when scrolled goes to the next slide. Example: https://mojohq.com/
Hello Wolf,
here you will find what you will need to achieve your aim…
https://www.wix.com/corvid/reference/wix-window#top
Maybe you could also work with “anchors”.
Also take a look at this example…
https://russian-dima.wixsite.com/meinewebsite/reading-position
Thanks russian-dima. https://www.wix.com/corvid/reference/wix-window#top is good. I’m using scrollTo( ) and onViewportEnter( ) They seem to work fine.
@wolftechnologiesin No problem.
@russian-dima ok, could you help me achieve this amazing effect too??? I think it is a bit like tumblr:
https://www.tumblr.com/
Hello my friend,
did you already found a solution on your own ?
I f not you can generate a similar function in several ways.
By using the same technique like in the shown example in my post above.
You can use “ANCHORS” and place them in right positions and then start EVENTS when one of this ANCHORS —> LEAVES or ENTERS the VIEWPORT.
When event is started you can add to this event your own function, which for example SCROLLS-TO ----> NEXT ANCHOR (the SCROLLING-EFFECT is done)