wfscroll

1.0.1 • Public • Published


WebFullSet


WFScroll plugin


Animate elements as they scroll into view.


🚀 Demo

🌟 Features

  • No dependencies required.
  • Clean and straightforward markup.
  • Native scrolling.
  • Supports CSS transforms and transitions.
  • Lightweight at just 3 Kb (minified and gzipped).

Installation (using package managers)

$ npm install wfscroll --save
$ yarn add wfscroll
$ bower install wfscroll --save

Usage

Implementing wfscroll.js into your project is easy.

Add script right before closing </body> tag:

<script src="https://your_domain.com/js/wfscroll.js"></script>
<script>
    const WebAnim = new WFScroll({
        element: '.auto-animate'
    })
</script>

For more detailed instruction please visit https://webfullset.com/wfscroll/



👉 The full documentation can be found at https://webfullset.com



License

Licensed under the MIT License for compatible open source projects and non-commercial use.


Copyright 2024 WebFullSet

/wfscroll/

    Package Sidebar

    Install

    npm i wfscroll

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    59.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • webfullset