animejs 0.0.1 copy "animejs: ^0.0.1" to clipboard
animejs: ^0.0.1 copied to clipboard

Platformweb

A Dart interface to the AnimeJS library

animejs_dart #

Expose JS bindings to the AnimeJS library.

Example:

import 'dart:html';
import 'package:animejs/animejs.dart';

void main() {
  // blink the element infinitely
  anime(Options(
    targets: document.getElementById('foo'),
    opacity: 0,
    loop: true
  ));
}
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A Dart interface to the AnimeJS library

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

js, js_interop

More

Packages that depend on animejs