1.1.1 • Published 8 years ago

slideover v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Slideover

Before/after image slider

Install

npm install --save slideover

Use

  var s = require('slideover');

  <div id="randomelement"> </div>

  var s = new SlideOver(document.getElementById('randomelement'));
  s.init({
    imageTwo: 'https://c2.staticflickr.com/4/3944/15526602308_b4751579ff_c.jpg',
    imageOne: 'https://c1.staticflickr.com/1/447/18776343002_357f8952ba_c.jpg'
  });
1.1.1

8 years ago

1.1.0

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago