You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm upgrading a site built with scrolldeck.js.
Author wants a simple piece of functionality: to make scrolling work from slide to slide. It means that there should be checkpoints with no intermediate states to force animation not to buzz somewhere in the middle.
I think I can make this by creating my own scroll handler which will watch for scrollTop changes and trigger click on the appropriate nav button. But this solution is a bit clumsy and rough. Is there any legal way to do such scrolling?
Thanks!
The text was updated successfully, but these errors were encountered:
I cant catch with you mean that "scroll handler which will watch for scrollTop changes and trigger click on the appropriate nav button".
Is it like this example which right-top area nav buttons? http://www.culturalsolutions.co.uk/
Hi! I'm upgrading a site built with scrolldeck.js.
Author wants a simple piece of functionality: to make scrolling work from slide to slide. It means that there should be checkpoints with no intermediate states to force animation not to buzz somewhere in the middle.
I think I can make this by creating my own scroll handler which will watch for scrollTop changes and trigger click on the appropriate nav button. But this solution is a bit clumsy and rough. Is there any legal way to do such scrolling?
Thanks!
The text was updated successfully, but these errors were encountered: