2.1.0 • Published 3 years ago

riot-scroll-animation v2.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

riot plugin for data-scroll-animation

Installation

npm install data-scroll-animation

Usage

Anywhere before riot component mount:

import "riot-scroll-animation";

Then inside the component export specify the hasDataScrollAnimation property

<component>
    <!-- component -->

    <script>
        export default {
            hasDataScrollAnimation: true,
            /* other properties and methods*/
        }
    </script>
</component>
2.1.0

3 years ago

2.0.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

1.0.1

3 years ago