peachananr / purejs-onepage-scroll

The javascript version of the infamous jQuery One Page Scroll without relying on jQuery.
http://peachananr.github.io/purejs-onepage-scroll/demo/purejs_onepage_scroll_demo.html
GNU General Public License v2.0
768 stars 180 forks source link

Updated moveTo() function #1

Open andrewsellers opened 10 years ago

andrewsellers commented 10 years ago
  1. Only update the pagination classes if settings.pagination is set to true, this allows use of the moveTo() function when not using the default pagination.
  2. Removed -1 from href update as it's not needed here.
iSimonWeb commented 9 years ago

:+1: just found the same problem here. Please @peachananr merge this.

a-p-co commented 9 years ago

Yeah, just went here to post the same branch and you done this 6 months ago...hard life :_( :+1:

colinje commented 8 years ago

I was going to send the same fixes...should I fork to something that will be maintained?