Skip to content

Commit 820b868

Browse files
committed
- Better explanation about when to use jQuery UI for easing effects.
1 parent b9c8931 commit 820b868

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
@@ -20,7 +20,7 @@ Let's make this a great plugin to make people's lives easier!
2020
fullPage.js is fully functional on all modern browsers, as well as some old ones such as IE8 and Opera 12.
2121

2222
## Usage
23-
As you can see in the `example.html` file, you will need to include the JavaScript file `jquery.fullPage.js` (or the minified version `jquery.fullPage.min.js`) and the css file `jquery.fullPage.css` of the plugin, as well as [jQuery](http://jquery.com/). Optionally, you can add the [jQuery UI library](http://jqueryui.com/) in case you want to use easing effects (this is active by default).
23+
As you can see in the `example.html` file, you will need to include the JavaScript file `jquery.fullPage.js` (or the minified version `jquery.fullPage.min.js`) and the css file `jquery.fullPage.css` of the plugin, as well as [jQuery](http://jquery.com/). Optionally, you can add the [jQuery UI library](http://jqueryui.com/) in case you want to use other easing effects apart from the ones included in the jQuery library which are the `linear` or `swing` effects. (easeInQuart is active by default, so you would need [jQuery UI library](http://jqueryui.com/) or a [customized version of the library](http://jqueryui.com/download/) with the desired effects.
2424

2525
###Including files:
2626
```html

0 commit comments

Comments
 (0)