scroll-parallax-effect
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

scroll-parallax-effect

スクロールによって css の値を変更することができるプラグインです。

This plugin allows you to change css values by scrolling.

このプラグインには 3 つの機能があります。

  • Timing : 指定 位置を通過したときにクラスを追加します
  • Speed : スクロール量に応じて css を変化させる
  • Fit : 移動距離に応じて css を変化させる

This plugin has three functions.

  • Timing : add a class when passing a specified position
  • Speed : css changes according to the amount of scrolling
  • Fit : change css according to distance traveled

Install

npm

npm install scroll-parallax-effect

yarn

yarn add scroll-parallax-effect

Document and Examples

Document and Examples

Example

Typescript

Vanilla

SVG

Development

serve

yarn serve

build

npm run build

or

yarn build

test

yarn test

Previous versions

https://github.com/kamem/scrollParallax

Package Sidebar

Install

npm i scroll-parallax-effect

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

330 kB

Total Files

45

Last publish

Collaborators

  • kamem