Animus

Framework independent lightweight rust animation library.

NOTE: currently only f32s are able to be animated, this almost certainly will change in the future, but for now you'll have to work around it, or make a PR to help fix it yourself :P

Usage

let animatedvalue = animus.anim("animationname", 50., -50, 5., easeinout(3.)); animation_id start end time animator ```