0.1.1 • Published 2 years ago

@brizy/motion v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Brizy Motion

Simply library for mouse & scroll effects

Stable Release license

Usage

In TS/JS import { Motions } from "@brizy/motion";

Usage

<h1 class="element">
    Some Element
</h1>
import { Motions } from "@brizy/motion";

// usage
const element = document.querySelector(".element");
const options = {
  type: "vertical",
  direction: "down"
};
const motionInstance = new Motions(element, options);

// motionInstance.update(update options)
0.1.0

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago