Package detail

@infinityfx/lively

infinityfx-llc262GPL-3.04.0.10

Feature complete, lightweight react animation library.

animation, keyframe, react, transition

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>