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
Customizations of the plugin and urgent changes are available upon request for some reasonable price. <ahref="http://alvarotrigo.com/#contact-page">Contact me</a>.
26
-
27
-
Would you like to have a website using fullpage.js functionality but you don't know how to use it? I can do it for you for a reasonable price. <ahref="http://alvarotrigo.com/#contact-page">Contact me</a>.
24
+
Customizations of the library and urgent changes are available upon request for some reasonable price. <ahref="http://alvarotrigo.com/#contact-page">Contact me</a>.
@@ -132,7 +129,7 @@ In order to create a landscape slider within a section, each slide will be defin
132
129
You can see a fully working example of the HTML structure in the [`demoPage.html` file](https://github.com/alvarotrigo/fullPage.js/blob/master/examples/demoPage.html).
133
130
134
131
###Initialization
135
-
All you need to do is call the plugin inside a `$(document).ready` function:
132
+
All you need to do is call fullPage.js inside a `$(document).ready` function:
@@ -253,7 +252,7 @@ Note that section anchors can also be defined in the same way, by using the `dat
253
252
254
253
### Creating smaller or bigger sections
255
254
[Demo](http://codepen.io/alvarotrigo/pen/BKjRYm) fullPage.js provides a way to remove the full height restriction from its sections and slides. It is possible to create sections which height is smaller or bigger than the viewport. This is ideal for footers.
256
-
It is important to realise that it doesn't make sense to have all of your sections using this feature. If there is more than one section in the initial load of the site, the plugin won't scroll at all to see the next one as it will be already in the viewport.
255
+
It is important to realise that it doesn't make sense to have all of your sections using this feature. If there is more than one section in the initial load of the site, fullPage.js won't scroll at all to see the next one as it will be already in the viewport.
257
256
258
257
To create smaller sections just use the class `fp-auto-height` in the section you want to apply it. It will then take the height defined by your section/slide content.
259
258
@@ -273,7 +272,7 @@ Fullpage.js adds multiple classes in different elements to keep a record of the
273
272
- A class of the form `fp-viewing-SECTION-SLIDE` is added to the `body` element of the site. (eg: [`fp-viewing-secondPage-0`](http://alvarotrigo.com/fullPage/#secondPage)) The `SECTION` and `SLIDE` parts will be the anchors (or indexes if no anchor is provided) of the current section and slide.
274
273
-`fp-responsive` is added to the `body` element when the entering in the responsive mode
275
274
-`fp-enabled` is added to the `html` element when fullpage.js is enabled. (and removed when destroyed).
276
-
-`fp-destroyed` is added to the fullpage.js container when the plugin is destroyed.
275
+
-`fp-destroyed` is added to the fullpage.js container when fullPage.js is destroyed.
277
276
-`fp-enabled` is added to the `html` element once the libary is initalized.
278
277
279
278
###Lazy Loading
@@ -333,7 +332,7 @@ Then you will be able to use and configure them as explained in [options](https:
333
332
334
333
-`controlArrows`: (default `true`) Determines whether to use control arrows for the slides to move right or left.
335
334
336
-
-`verticalCentered`: (default `true`) Vertically centering of the content within sections. When set to `true`, your content will be wrapped by the plugin. Consider using delegation or load your other scripts in the `afterRender` callback.
335
+
-`verticalCentered`: (default `true`) Vertically centering of the content within sections. When set to `true`, your content will be wrapped by the library. Consider using delegation or load your other scripts in the `afterRender` callback.
337
336
338
337
-`scrollingSpeed`: (default `700`) Speed in milliseconds for the scrolling transitions.
339
338
@@ -348,7 +347,7 @@ $('#fullpage').fullpage({
348
347
-`anchors`: (default `[]`) Defines the anchor links (#example) to be shown on the URL for each section. Anchors value should be unique. The position of the anchors in the array will define to which sections the anchor is applied. (second position for second section and so on). 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!** anchors can not have the same value as any ID element on the site (or NAME element for IE).
349
348
Now anchors can be defined directly in the HTML structure by using the attribute `data-anchor` as explained here.
350
349
351
-
-`lockAnchors`: (default `false`) Determines whether anchors in the URL will have any effect at all in the plugin. You can still using anchors internally for your own functions and callbacks, but they won't have any effect in the scrolling of the site. Useful if you want to combine fullPage.js with other plugins using anchor in the URL.
350
+
-`lockAnchors`: (default `false`) Determines whether anchors in the URL will have any effect at all in the library. You can still using anchors internally for your own functions and callbacks, but they won't have any effect in the scrolling of the site. Useful if you want to combine fullPage.js with other plugins using anchor in the URL.
352
351
353
352
**Important** It is helpful to understand that the values in the `anchors` option array correlate directly to the element with the class of `.section` by it's position in the markup.
354
353
@@ -471,6 +470,10 @@ In order to prevent fullpage.js from creating the scrollbar in certain sections
471
470
472
471
-`responsiveSlides`: (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). When set to `true` slides will be turned into vertical sections when responsive mode is fired. (by using the `responsiveWidth` or `responsiveHeight` options detailed above). Requires fullpage.js >= 2.8.5.
473
472
473
+
-`parallax`: (default `false`) [Extension of fullpage.js](http://alvarotrigo.com/fullPage/extensions/). Defines whether or not to use the parallax backgrounds effects on sections / slides. [Read more about how to apply the parallax option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension---Parallax).
474
+
475
+
-`parallaxOptions`: (default: `{ type: 'reveal', percentage: 62, property: 'translate'}`). Allows to configure the parameters for the parallax backgrounds effect when using the option parallax:true. [Read more about how to apply the parallax option](https://github.com/alvarotrigo/fullPage.js/wiki/Extension---Parallax).
476
+
474
477
-`lazyLoading`: (default `true`) Lazy loading is active by default which means it will lazy load any media element containing the attribute `data-src` as detailed in the [Lazy Loading docs](https://github.com/alvarotrigo/fullPage.js#lazy-loading) . If you want to use any other lazy loading library you can disable this fullpage.js feature.
475
478
476
479
## Methods
@@ -894,7 +897,6 @@ If you want your page to be listed here. Please <a href="mailto:alvaro@alvarotri
894
897
-http://promo.prestigio.com/grace1/
895
898
-http://www.mi.com/shouhuan
896
899
-http://www.commoditiesdemystified.info/en/
897
-
-https://moneytree.jp/
898
900
-http://torchbrowser.com/
899
901
-http://thekorner.fr/
900
902
-http://www.restaurantwoods.nl/
@@ -906,10 +908,8 @@ If you want your page to be listed here. Please <a href="mailto:alvaro@alvarotri
906
908
-http://thiswasmybest.com/
907
909
-http://www.boxreload.com/
908
910
-http://lawinenstift.com/
909
-
-http://duis.co/
910
911
-http://educationaboveall.org/
911
912
-http://camfindapp.com/
912
-
-http://bnacademy.com.au/
913
913
-http://rockercreative.com/
914
914
-http://wantnova.com/
915
915
-http://usescribe.com/
@@ -922,31 +922,23 @@ If you want your page to be listed here. Please <a href="mailto:alvaro@alvarotri
922
922
-http://www.sanyang.com.tw/service/Conception/
923
923
-http://www.batzaya.net/
924
924
-http://www.graphicid.dk/
925
-
-http://portfolio.io.utwente.nl/student/dijkavan/
926
925
-http://www.carlphot.com/
927
926
-http://medissix.com/
928
927
-http://trasmissione-energia.terna.it/
929
928
-http://www.thefoodmovie.com/
930
929
-http://www.villareginateodolinda.it
931
930
-http://www.kesstrio.com
932
-
-http://www.karmaffne.com/
933
931
-http://fossdistillery.is
934
932
-http://www.conversionculture.com/
935
933
-http://ded-morozz.kiev.ua/
936
-
-http://yizeng.me/
937
934
-http://unabridgedsoftware.com/
938
-
-http://wc2014.plnwrx.com/
939
-
-http://organice.io/
940
935
-http://atlanticcorp.us/
941
936
-http://moysport.ru/
942
-
-http://wcfixtures.co.uk/
943
-
-http://www.dopehustleinc.com/default.php
944
937
-http://themify.me/demo/#theme=fullpane
945
938
-http://dancingroad.com
946
939
-http://www.camanihome.com/
947
940
-http://www.exapoint.ch/
948
941
-https://life2film.com/en/
949
-
-http://www.altamirarecovery.com/shame/
950
942
951
943
You can find another list [here](http://libscore.com/#$.fn.fullpage).
0 commit comments