@mabs.dk/nativescript-animejs
TypeScript icon, indicating that this package has built-in type declarations

3.2.1-alpha.0 • Public • Published


@mabs.dk/nativescript-animejs - NativeScript wrapper for anime.js

JavaScript animation engine | animejs.com

npm version npm downloads

Anime.js (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library with a simple, yet powerful API.
It works with CSS properties, SVG, DOM attributes and JavaScript Objects.

Getting started | Documentation | Demos and examples | Browser support

Getting started

Download

Via npm

$ npm install @mabs.dk/nativescript-animejs --save

or manual download.

Usage

import anime from '@mabs.dk/nativescript-animejs';

Hello world

anime({
  targets: tnsView,
  translateX: 250,
  rotate: '1turn',
  backgroundColor: '#FFF',
  duration: 800
});

Documentation

Demos and examples

anime-js-v3-logo

Website | Documentation | Demos and examples | MIT License | © 2019 Julian Garnier.

Package Sidebar

Install

npm i @mabs.dk/nativescript-animejs

Homepage

animejs.com

Weekly Downloads

1

Version

3.2.1-alpha.0

License

MIT

Unpacked Size

117 kB

Total Files

7

Last publish

Collaborators

  • m_abs