1.7.0 • Published 6 years ago

vanilla-scrollify v1.7.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Vanilla JS Scrollify

A vanilla JS module to assist in scroll snapping. Inspired by LukeHaas's jQuery Scrollify. Not yet touch optimized. This project is a work in progress. Currently only basic behavior is supported.

Basic Setup

Vanilla Scrollify depends on smooth-scroll-module. The first parameter for the Scrollify class is an instance of a ScrollModule. Use the module like this:

var scrollModule = new ScrollModule();
var scrollify = new Scrollify(scrollModule, {
  section: '.section'
});

Configuration

Options

Methods

Future Plans

Finish documentation Fully test existing functionality Add swipe support

2.0.2

6 years ago

2.0.1

6 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago