0.8.0 • Published 6 years ago

foes-scrollproxy v0.8.0

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

#FoesScrollProxy

npm version Build Status NPM Status devDependency Status

##Installation The recommended and the most suitable way to install is through NPM.

$ npm install --save foes-scrollproxy

Also, you can install through Bower.

$ bower install --save foes-scrollproxy

After installation process, you have to include the js files in your html.

<script src="/your/path/foes-scrollproxy/dist/foes-scrollproxy.umd.min.js"></script>

Also, it supports ES2015 modules so, you can easily import the library in your js instead loading the UMD version in the DOM.

import 'foes-scrollproxy';
import {ScrollImageParallaxObserver} from 'foes-scrollproxy';

The following code is a fully initialization example code:

##Credits This library is created by:

@mktoast - mikeltuesta@gmail.com

##Licensing Options License

0.8.0

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago