0.1.5 • Published 6 years ago

@trevorhanus/animatable v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Animatable

An observable property that uses the laws of physics to move.

Usage

import { autorun } from 'mobx';
import { animatable } from '@trevorhanus/animatable';

const width = animatable(0);

function printWidth() {
    console.log(width.value);
}
0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

7 years ago