Skip to content

W-Kentaro/js-scroll-effect-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCROLL EFFECT MODULE


Feature

Add effect according to scroll.


Demo


Installation,Download


Using

NPM Usage

# install npm.
npm install --save-dev js-scroll-effect-module
// import.
import SCROLL_EFFECT_MODULE from 'js-scroll-effect-module';

Basic Standalone Usage

<link rel="stylesheet" href="./scroll-effect-module.css">
<script src="./js-scroll-effect-module"></script>
<script> new SCROLL_EFFECT_MODULE({ elem : '.effect_item' }); </script>

API


Browser support

Browser OS、version
Internet Explorer 11+
Chrome 最新
Firefox 最新
Safari 最新
Android 4.4+ Chrome
iOS 8.0+ safari

Dependencies

none





For Developer

Contribution

  1. Fork it ( https://github.com/yama-dev/js-scroll-effect-module/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Develop

at Development

Install node modules.

$ npm install

Run npm script 'develop'

$ npm run develop

Licence

MIT


Author

yama-dev

Packages

No packages published

Languages

  • JavaScript 100.0%