0 purchases
animejs
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
));
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.