anim2 1.0.5 copy "anim2: ^1.0.5" to clipboard
anim2: ^1.0.5 copied to clipboard

Dart 1 only

A basic 2D html5 animation library. Very basic.

Changelog #

0.0.1 #

  • Initial version, created by Stagehand.

1.0.0 #

  • Barebones implementation, arguably suitable for inclusion in barebones projects.

1.0.1 #

  • Queueable animation groups.

1.0.2 #

  • dart2js freindliness

1.0.3 #

  • Unit tests pass in checked mode.

1.0.4 #

  • Added some animations support custom velocity functions.
  • Added AnimMoveAt to move an object at an input velocity function (function of animation frame).
  • Added AnimChangeScale to change the scale of an object.
  • Added ScaleObject abstract class for objects which can have their scale changed.

1.0.5 #

  • AnimChangeScale can move a ScaleObject relative to the focus of scaling.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A basic 2D html5 animation library. Very basic.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

generic_vector_tools

More

Packages that depend on anim2