1.0.0 • Published 6 years ago

slingshot.js v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

Slingshot.js

Work in progress

A modern smooth & fluid transition between your website's pages.

  • Demo page --> comming soon

Usage

Slingshot was developed with a modern JavaScript workflow in mind. To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules.

Follow these steps to get started:

  1. Install
  2. Import

Install

Using NPM, install Slingshot, and save it to your package.json dependencies.

$ npm install slingshot.js --save

Import

Import Slingshot, naming it according to your preference.

// import Slingshot

import slingshot from 'slingshot.js'

Browser Support

Slingshot depends on the following browser APIs:

Consequently, it supports the following natively:

  • Chrome 32+
  • Firefox 19+
  • Safari 7+
  • Opera 19+

// TO DO - polyfill - To add support for older browsers, consider including polyfills/url for the APIs listed above. There are no plans to include any in the library, in the interest of file size.

License

ADD licence

Built With Love