jquery-revealer

1.0.3 • Public • Published

jQuery Revealer

Simple lightweight jQuery plugin to reveal elements on scrolling - DOCS

npm npm npm GitHub stars gzip size

Getting Started

1. Install package using NPM or download it from the repository;

npm install jquery-revealer --save

2. Require jQuery and Revealer

<script src="jquery.min.js"></script>
<script src="jquery.revealer.min.js"></script>

or

require('jquery');
require('jquery-revealer');

3. Include animate.css

<head>
    ...
    <link rel="stylesheet" href="animate.min.css">
    ...
</head>

4. Add data attributes

<div data-animate="fadeInUp" data-duration="1.0s" data-delay="0.1s" data-iteration="1">see animation</div>

5. Call Revealer

$('[data-animate]').revealer();

JavaScript Options

$('[data-animate]').revealer({
    mobile: false // disable animation on mobiles
});

Methods

$('[data-animate]').revealer('bind');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i jquery-revealer

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

50.9 kB

Total Files

11

Last publish

Collaborators

  • gustavobissolli