Skip to content

Commit a57f97f

Browse files
committed
Direct to easing examples.
1 parent cb2b1d6 commit a57f97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $('#fullpage').fullpage({
176176
- `anchors`: (default `[]`) Defines the anchor links (#example) to be shown on the URL for each section. Using anchors forward and backward navigation will also be possible through the browser. This option also allows users to bookmark a specific section or slide. **Be careful!** if you use anchors, they can not have the same value as any ID element on the site (or NAME element for IE).
177177

178178
- `easing`: (default `easeInQuart`) Defines the transition effect to use for the vertical and horizontal scrolling.
179-
It requires the file `vendors/jquery.easings.min.js` or [jQuery UI](http://jqueryui.com/) for using some of its transitions. Other libraries could be used instead.
179+
It requires the file `vendors/jquery.easings.min.js` or [jQuery UI](http://jqueryui.com/easing/) for using some of its transitions. Other libraries could be used instead.
180180

181181
- `loopTop`: (default `false`) Defines whether scrolling up in the first section should scroll to the last one or not.
182182

0 commit comments

Comments
 (0)