0.1.1 • Published 10 months ago

@brizy/motion v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

0.1.1

10 months ago

0.0.5

11 months ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago