vue-sreveal

1.0.7 • Public • Published

vue-scroll-reveal license

Vue wrapper for ScrollReveal. Easy scroll animations for web and mobile browsers. library.

Install

# npm
npm install --save vue-sreveal

Use

 
import VueScrollReveal from 'vue-sreveal';
 
Vue.use(VueScrollReveal);
<!-- In a component -->
<template>
  <main>
    <section v-scroll-reveal="{ delay: 2000 }">
      <h1>Hello World!</h1>
    </section>
  </main>
</template>
 

Package Sidebar

Install

npm i vue-sreveal

Weekly Downloads

1

Version

1.0.7

License

MIT

Last publish

Collaborators

  • michelmoraes