Gathering detailed insights and metrics for animejs
Gathering detailed insights and metrics for animejs
Gathering detailed insights and metrics for animejs
Gathering detailed insights and metrics for animejs
npm install animejs
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
50,428 Stars
752 Commits
3,684 Forks
751 Watching
7 Branches
51 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-5.4%
37,211
Compared to previous day
Last week
0.5%
205,002
Compared to previous week
Last month
0.5%
874,859
Compared to previous month
Last year
32.7%
9,924,325
Compared to previous year
5
[!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!
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
Huly | Clutch | Your logo here |
Via npm
1$ npm install animejs --save
or manual download.
1import anime from 'animejs/lib/anime.es.js';
1const anime = require('animejs');
Link anime.min.js
in your HTML :
1<script src="anime.min.js"></script>
1anime({ 2 targets: 'div', 3 translateX: 250, 4 rotate: '1turn', 5 backgroundColor: '#FFF', 6 duration: 800 7});
Chrome | Safari | IE / Edge | Firefox | Opera |
---|---|---|---|---|
24+ | 8+ | 11+ | 32+ | 15+ |
Website | Documentation | Demos and examples | MIT License | © 2019 Julian Garnier.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/29 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More