0.1.5 • Published 8 years ago

@trevorhanus/animatable v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago