0.10.1 • Published 4 years ago

@olton/effects v0.10.1

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

David GitHub code size in bytes GitHub release License: MIT

Effects - Extension for @olton/query

Effects is a javascript extension to @olton/query with animation effects for elements such as fade, slide, opacity, and others.

Contributing

Clone repository / Get source

git clone https://github.com/olton/effects

Run tests

yarn test

Install

With npm

npm install @olton/effects --save-dev

With yarn

yarn add --dev @olton/effects

Using

import Effects from "@olton/effects";
import $, {Query} from "@olton/query";

Query.use(Effects);

$("h1").fadeIn();

Documentation

You can find the documentation at this link.

License

This software is free to use under the MIT license. See the LICENSE file for license text and copyright information.

0.10.1

4 years ago

0.10.0

4 years ago

0.8.0

4 years ago

0.6.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago