JSPM

  • Created
  • Published
  • Downloads 65
  • Score
    100M100P100Q76896F
  • License GPL-3.0

Feature complete, lightweight react animation library.

Package Exports

  • @infinityfx/lively
  • @infinityfx/lively/hooks
  • @infinityfx/lively/layout

Readme

Lively

NPM package NPM bundle size Last commit NPM weekly downloads NPM downloads

Feature complete, lightweight react animation library. Lively lets u create complex animations without the hassle.

Get started

Documentation

Visit infinityfx.dev/lively for the complete documentation.

Installation

$ npm i @infinityfx/lively

Usage

import { Animatable } from '@infinityfx/lively';

...

<Animatable animate={{ opacity: [0, 1] }} triggers={[{ on: 'mount' }]}>
    <div class="my-class">
        Lorem ipsum enim amet consequat ut reprehenderit cupidatat et incididunt qui minim culpa. Dolor do laborum nulla pariatur tempor excepteur duis et ipsum.
    </div>
</Animatable>