juliangarnier/anime

▲ 44 stars today★ 73,014⑂ 4,936

JavaScript animation engine

About juliangarnier/anime

juliangarnier/anime is an open-source project on GitHub, mainly written in JavaScript. JavaScript animation engine It currently holds 73,014 stars and 4,936 forks with 118 open issues, and was last pushed on 2026-08-21 (repository created 2016-03-13).

Project Overview

Git Homed tracks it on the Today's Trending board, currently at rank #69 with 44 new stars today.

GitHub Repository Details

Repository juliangarnier/anime · default branch master · size 185076 KB · watchers 794 · source: GitHub REST API and repository README

README

Anime.js

https://github.com/juliangarnier/anime/blob/HEAD/Anime.js V4 logo animation

Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API.
It works with CSS properties, SVG, DOM attributes and JavaScript Objects.

https://github.com/juliangarnier/anime/blob/HEAD/NPM Downloads https://github.com/juliangarnier/anime/blob/HEAD/jsDelivr hits (npm) https://github.com/juliangarnier/anime/blob/HEAD/GitHub Sponsors

Sponsors

Anime.js is 100% free and is only made possible with the help of our sponsors. Help the project become sustainable by sponsoring us on GitHub Sponsors.

Platinum sponsors

Silver sponsors

Get featured here by becoming a GitHub Sponsor.

Usage

Anime.js V4 works by importing ES modules like so:

import {
  animate,
  stagger,
} from 'animejs';

animate('.square', { x: 320, rotate: { from: -180 }, duration: 1250, delay: stagger(65, { from: 'center' }), ease: 'inOutQuint', loop: true, alternate: true });

https://github.com/juliangarnier/anime/blob/HEAD/Anime.js code example

V4 Documentation

The full documentation is available here.

V3 Migration guide

You can find the v3 to v4 migration guide here.

NPM development scripts

First, run npm i to install all the necessary packages. Then, execute the following scripts with npm run .

| script | action | | ------ | ------ | | dev | Watches for changes in src/**/*.js, bundles the ESM version to lib/ and creates type declarations in types/ | | dev:test | Runs dev and test:browser concurrently | | build | Bundles ESM / UMD / CJS / IIFE versions to lib/ and creates type declarations in types/ | | test:browser | Starts a local server and runs all browser-related tests | | test:node | Starts Node-related tests | | open:examples | Starts a local server to browse the examples locally |

© Julian Garnier | MIT License

GitHub Stars & Activity

73,014Stars
4,936Forks
118Open issues
JavaScriptLanguage

GitHub Popularity

GitHub stars73,014
Forks4,936
Open issues118
Primary languageJavaScript
LicenseMIT
Stars gained today44
Created2016-03-13
Last pushed2026-08-21

Trending History

Daily boardrank #69 · ▲ 44 stars

Related GitHub Projects

1

addyosmani / agent-skills

JavaScript★ 98,092⑂ 10,315▲ 604 stars
2

Leonxlnx / taste-skill

JavaScript★ 89,025⑂ 6,063▲ 274 stars
3

fmhy / edit

JavaScript★ 11,986⑂ 3,105▲ 80 stars
4

calesthio / Crucix

JavaScript★ 11,824⑂ 1,839▲ 37 stars
5

laoma2053 / awesome-zhuiju-free

JavaScript★ 9,281⑂ 591▲ 206 stars
6

mnfst / awesome-free-llm-apis

JavaScript★ 8,019⑂ 769▲ 84 stars
7

obra / superpowers

Shell★ 289,686⑂ 25,927▲ 544 stars
8

mattpocock / skills

Shell★ 267,091⑂ 22,555▲ 695 stars

More Trending Repositories