Skip to content

michelmany/vue-sreveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-sreveal

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

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published