JSPM

  • Created
  • Published
  • Downloads 71
  • Score
    100M100P100Q77012F
  • License GPL-3.0

Zero configuration, performant react animation library

Package Exports

  • @infinityfx/lively
  • @infinityfx/lively/animations
  • @infinityfx/lively/hooks

Readme

Lively

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

Lightweight, zero-configuration react animation library.

Table of contents

Get started

Installation

$ npm i @infinityfx/lively

Usage

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

...

<Animate onMount>
    <div class="my-class">
        Ullamco Lorem ipsum enim amet consequat ut reprehenderit cupidatat et incididunt qui minim culpa. Dolor do laborum nulla pariatur tempor excepteur duis et ipsum. Eu commodo et esse exercitation laborum cupidatat incididunt elit reprehenderit id.
    </div>
</Animate>

Components

  • Animatable
  • Animate
  • Morph

More documentation coming soon!