Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

JavaScript animation engine

License

NotificationsYou must be signed in to change notification settings

juliangarnier/anime

Repository files navigation

Important

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


anime.js

JavaScript animation engine |animejs.com

NPM DownloadsjsDelivr hits (npm)GitHub Sponsors

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

Powered by

HulyClutchYour logo here

Getting started

Download

Via npm

$ npm install animejs --save

or manualdownload.

Usage

ES6 modules

importanimefrom'animejs/lib/anime.es.js';

CommonJS

constanime=require('animejs');

File include

Linkanime.min.js in your HTML :

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

Hello world

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

Browser support

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

anime-js-v3-logo

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


[8]ページ先頭

©2009-2025 Movatter.jp