# FullPageScroll **Repository Path**: kydyork/FullPageScroll ## Basic Information - **Project Name**: FullPageScroll - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-16 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Full Page Scroll Create amazing fullpage: * **See live example.** ## Installation ###Step 1: Link required files html ``` ``` ###Step 2: Create HTML markup html ```
``` ###Step 3: Call the FullPage Call .FullPage() on `
`. ```javascript var page = new FullPage("#main"); ``` ##Options **section selector** ``` default: '.section' options: String ``` **easing** ``` default: 'ease' options: 'ease-in', 'ease-out', 'linear' ``` For more options check: Mozilla MDN **transform** ``` default: 'transform' ``` **animation duration** ``` default: 700, options: int ``` Millesecond(ms) not second(s) **pagination** ``` default: 'true', options: boolean (true / false) ``` **keyboard** ``` default: 'true', options: boolean (true / false) ``` **touch** ``` default: 'true', options: boolean (true / false) ``` **touchLimit** ``` default: 100, options: int ``` ##Methods See here NOTE: Verify your instace before call method check it **moveTo()** ``` page.moveTo(index); ``` ##Callbacks **onLeave** ``` default: null, option: onLeave: function(index) {}, ``` **afterLoad** ``` default: null, option: afterLoad: function(index) {}, ``` ### Gulp commands * `gulp` —— Default for task development * `gulp --prod` —— Task production * Access http://localhost:3000 ## Changelog ### 1.0 * Added callbacks, onLeave() and afterLoad() * Added moveTo method ### 1.1 * Added prototype for every functions * Touch event ## Contributing Everyone is welcome to help [contribute](CONTRIBUTING.md) and improve this project. There are several ways you can contribute: * Reporting issues (please read [issue guidelines](https://github.com/necolas/issue-guidelines)) * Suggesting new features * Writing or refactoring code * Fixing [issues](https://github.com/roots/roots/issues) ### Version BETA **I create this fullpage for study, sorry for any bugs, contribute with this repo. Thank's enjoy! ** ### License: This boilerplate is free and open source software, distributed under the The MIT License. So feel free to use this to create your site without linking back to me or using a disclaimer.