@olton/effects

javascript extension to @olton/query with animation effects for elements

Usage no npm install needed!

<script type="module">
  import oltonEffects from 'https://cdn.skypack.dev/@olton/effects';
</script>

README

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.