Scrollify. js scroll with the mouse and scrollify. js scroll

Source: Internet
Author: User

Scrollify. js scroll with the mouse and scrollify. js scroll
Online instance

Instance demo

Usage
  1. <! Doctype html>
  2. <Html>
  3. <Head>
  4. <Script>
  5. $ (Function (){
  6. $. Scrollify ({
  7. Section: "section ",
  8. });
  9. });
  10. </Script>
  11. </Head>
  12. <Body>
  13. <Section> </section>
  14. <Section> </section>
  15. </Body>
  16. </Html
Copy
  1. $. Scrollify ({
  2. Section: "section ",
  3. SectionName: "section-name ",
  4. Easing: "easeOutExpo ",
  5. ScrollSpeed: 1100,
  6. Offset: 0,
  7. Scrollbars: true,
  8. Before: function (){},
  9. After: function (){}
  10. });
Copy

 

  1. $. Scrollify ("move", "# name ");
Detailed description of copy Parameters
  • Section
  • Node selector.
  • SectionName
  • The data attribute corresponding to each section node.
  • Easing
  • Define a buffer animation.
  • Offset
  • Defines the offset of each color tion node.
  • Scrollbars
  • Whether to display the scroll bar.
  • Before
  • Callback Function, triggered before the rolling starts.
  • After
  • Callback Function, triggered after scrolling.

 

Download

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.