2.2.14 • Published 4 years ago

scroll-tracker-component-manager v2.2.14

Weekly downloads
259
License
MIT
Repository
github
Last release
4 years ago

Description

The ScrollTrackerComponentManager is a Class that tracks whether a component is within your viewport based on your scroll position. It will/can handle the following for you:

  • Trigger methods such as enterView or leaveView, once you component enters/leaves your viewport.
  • Update your component with a progress value between 0 and 1. This is the progress of you components visibility.
  • Enable smooth-scroll if needed

Table of contents

  1. Installation
  2. Demo
  3. Documentation
  4. Building
  5. Authors
  6. Contribute
  7. License

Installation

yarn / npm

yarn add scroll-tracker-component-manager
npm i -S scroll-tracker-component-manager

Online Demo

Checkout the online demo.

Demo

Demo can be found in /example. Install dev dependencies:

  yarn

Run the example:

  yarn dev

Documentation

Detailed documentation and examples are located in the wiki!

Check the wiki!

Building

In order to build scroll-tracker-component-manager, ensure that you have Git and Node.js installed.

Clone a copy of the repo:

git clone https://github.com/riccoarntz/scroll-tracker-component-manager.git

Change to the vue-transition directory:

cd scroll-tracker-component-manager

Install dev dependencies:

yarn

Use one of the following main scripts:

yarn build           # build this project
yarn dev             # run dev-watch mode, serving example/index.html in the browser
yarn generate        # generate all artifacts (compiles ts, webpack, docs and coverage)
yarn test:unit       # run the unit tests
yarn validate        # runs validation scripts, including test, lint and coverage check
yarn lint            # run tslint on this project
yarn doc             # generate typedoc documentation

When installing this module, it adds a pre-push hook, that runs the validate script before committing, so you can be sure that everything checks out.

Authors

View AUTHORS.md

Contribute

View CONTRIBUTING.md

License

MIT © Ricco Arntz

2.2.14

4 years ago

2.2.13

4 years ago

2.2.9

4 years ago

2.2.12

4 years ago

2.2.10

4 years ago

2.2.8

4 years ago

2.2.3

4 years ago

2.2.2

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.0-beta.2

5 years ago

1.2.0-beta.1

5 years ago

1.2.0-beta.0

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago