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-04-25 07:02:57
最后一次提交2025-04-25 08:50:36
發布數20
最新版本名稱v4.0.2 (發布於 )
第一版名稱v1.0 (發布於 )
用户参与
星數61k
關注者數767
派生數4.1k
提交數801
已啟用問題?
問題數761
打開的問題數80
拉請求數74
打開的拉請求數0
關閉的拉請求數95
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?