1.0.7 • Published 7 months ago

animejs-override v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

!IMPORTANT

🎉 Anime.js V4 is now available in early access 🎉

After years in the making, Anime.js V4 is finally available in early access for my GitHub Sponsors!

Powered by

Getting started

Download

Via npm

$ npm install animejs-override --save

or manual download.

Usage

ES6 modules

import anime from 'animejs/lib/anime.es.js';

CommonJS

const anime = require('animejs');

File include

Link anime.min.js in your HTML :

<script src="anime.min.js"></script>

Hello world

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

Documentation

Demos and examples

Browser support

ChromeSafariIE / EdgeFirefoxOpera
24+8+11+32+15+

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

acornajvajv-formatsajv-keywordsanimejsbabel-plugin-polyfill-corejs2babel-plugin-polyfill-corejs3babel-plugin-polyfill-regeneratorbrowserslistbuffer-fromcaniuse-litechrome-trace-eventclone-deepcolorettecommandercommon-path-prefixconvert-source-mapcore-js-compatcross-spawndebugelectron-to-chromiumenhanced-resolveenvinfoes-module-lexerescaladeeslint-scopeesrecurseestraverseesutilseventsfast-deep-equalfast-json-stable-stringifyfast-urifastest-levenshteinfind-cache-dirfind-upflatfunction-bindgensyncglob-to-regexpglobalsgraceful-fshas-flaghasownimport-localinterpretis-core-moduleis-plain-objectisexeisobjectjest-workerjs-cookiejs-tokensjsescjson-parse-even-better-errorsjson-schema-traversejson5kind-ofloader-runnerlocate-pathlodash.debouncelru-cachemerge-streammime-dbmime-typesmsneo-asyncnode-releasesp-limitp-locatep-trypath-existspath-keypath-parsepicocolorspkg-dirpunycoderandombytesrechoirregenerateregenerate-unicode-propertiesregenerator-runtimeregenerator-transformregexpu-coreregjsgenregjsparserrequire-from-stringresolveresolve-cwdresolve-fromsafe-bufferschema-utilssemverserialize-javascriptshallow-cloneshebang-commandshebang-regexsource-mapsource-map-supportsupports-colorsupports-preserve-symlinks-flagtapableterserterser-webpack-pluginundici-typesunicode-canonical-property-names-ecmascriptunicode-match-property-ecmascriptunicode-match-property-value-ecmascriptunicode-property-aliases-ecmascriptupdate-browserslist-dburi-jswatchpackwebpack-mergewebpack-sourceswhichwildcardyallistyocto-queue
1.0.2

7 months ago

1.0.7

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.0

8 months ago