Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Fixes iOS infinite loop and Chrome browser zoom bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Ferdinandi committed Feb 10, 2014
1 parent 9882e1a commit 387e40b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A simple script to animate scrolling to anchor links. Easing support contributed
Getting started with Smooth Scroll is really easy. [View the online tutorial](http://cferdinandi.github.com/smooth-scroll/) or dig through the `index.html` file.

## Changelog
* v3.2 (February 10, 2014)
* [Fixes iOS infinite loop](https://github.com/cferdinandi/smooth-scroll/pull/35) and [Chrome browser zoom](https://github.com/cferdinandi/smooth-scroll/issues/31) bugs.
* v3.1 (February 4, 2014)
* Reverted to `Array.protype.foreach` loops.
* v3.0 (January 28, 2014)
Expand Down
5 changes: 4 additions & 1 deletion smooth-scroll.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* =============================================================
Smooth Scroll 3.1
Smooth Scroll 3.2
Animate scrolling to anchor links, by Chris Ferdinandi.
http://gomakethings.com
Expand All @@ -16,6 +16,9 @@
Fixed header support contributed by Arndt von Lucadou.
https://github.com/a-v-l
Infinite loop bugs in iOS and Chrome (when zoomed) by Alex Guzman.
https://github.com/alexguzman
Free to use under the MIT License.
http://gomakethings.com/mit/
Expand Down

0 comments on commit 387e40b

Please sign in to comment.