UNPKG
animejs
Version:
beta (4.3.0-beta.2)
latest (4.4.1)
4.4.1
4.4.0
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
/
easings
/
none.js
18 lines
(14 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
*
Anime.js - easings - ESM
*
@version v4.3.6
*
@license MIT
*
@copyright 2026 - Julian Garnier
*/ /*
*
*
@import {
*
EasingFunction,
*
} from '../types/index.js'
*/ /*
* @type {EasingFunction}
*/ const none = t => t; export { none };