Anime.js

JavaScript Animation Engine

Github星跟蹤圖

Getting started

Download

Via npm

$ npm install animejs --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, Chrome, Safari, IE / Edge, Firefox, Opera, ---, ---, ---, ---, ---, 24+, 8+, 11+, 32+, 15+, ##

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

主要指標

概覽
名稱與所有者juliangarnier/anime
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2016-03-13 21:37:45
推送於2025-08-26 16:25:57
最后一次提交2025-08-12 14:23:58
發布數26
最新版本名稱v4.2.0-beta.0 (發布於 )
第一版名稱v1.0 (發布於 )
用户参与
星數63.6k
關注者數770
派生數4.2k
提交數823
已啟用問題?
問題數796
打開的問題數77
拉請求數80
打開的拉請求數1
關閉的拉請求數101
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?