Skip to content

Commit cf46975

Browse files
committed
fix easingPattern documentation (Closes cferdinandi#515)
1 parent 9199852 commit cf46975

File tree

6 files changed

+212
-1
lines changed

6 files changed

+212
-1
lines changed

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/smooth-scroll.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 179 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/smooth-scroll/smooth-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
/**
182182
* Calculate the easing pattern
183183
* @link https://gist.github.com/gre/1650294
184-
* @param {String} type Easing pattern
184+
* @param {Object} settings Easing pattern
185185
* @param {Number} time Time animation should take to complete
186186
* @returns {Number}
187187
*/

0 commit comments

Comments
 (0)