Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Total Page Scroll Control Reply To: Total Page Scroll Control

#253029
Shikkediel
Participant

it’s not a good idea to name the other elements like this

Actually, you could if you have a reason for it:

$('.scroll').not('.frames').click(function(e) {

What you describe in your previous post becomes complicated very quickly…
I know because it took a while to coordinate this pen:

http://codepen.io/Shikkediel/pen/avdyWx

I’ll have a look if I can adapt it to your use case without too much hassle.

Did not notice the transition you mentioned by the way.