Package Exports
- @infinityfx/lively
- @infinityfx/lively/hooks
- @infinityfx/lively/layout
Readme
Lively
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>