UNPKG
animejs
Version:
beta (4.3.0-beta.2)
latest (4.3.6)
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0-beta.2
4.3.0-beta.1
4.3.0-beta.0
4.2.2
4.2.1
4.2.0
4.2.0-beta.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.1.3
1.1.1
1.1.0
1.0.0
JavaScript animation engine
animejs.com
juliangarnier/anime
animejs
/
dist
/
modules
/
timer
/
index.cjs
16 lines
(10 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** * Anime.js - timer - CJS *
@version
v4.3.6 *
@license
MIT
*
@copyright
2026 - Julian Garnier */
'use strict'
;
var
timer =
require
(
'./timer.cjs'
);
exports
.
Timer
= timer.
Timer
;
exports
.
createTimer
= timer.
createTimer
;