You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ $('#fullpage').fullpage({
176
176
-`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).
177
177
178
178
-`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.
180
180
181
181
-`loopTop`: (default `false`) Defines whether scrolling up in the first section should scroll to the last one or not.
0 commit comments