Skip to content
/ anime Public
forked from juliangarnier/anime

anime.js patched for nativescript - fun stuff is on the branch: nativescript. Real work and credit belong to the original author.

License

Notifications You must be signed in to change notification settings

m-abs/anime

This branch is 4 commits ahead of, 47 commits behind juliangarnier/anime:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 9, 2019
Apr 9, 2020
Apr 10, 2020
Apr 10, 2020
Dec 28, 2016
May 31, 2017
Jan 8, 2019
Apr 10, 2020
Jan 8, 2019
Apr 10, 2020
Apr 10, 2020
Apr 10, 2020

Repository files navigation


@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
});

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

About

anime.js patched for nativescript - fun stuff is on the branch: nativescript. Real work and credit belong to the original author.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%