UNPKG
@immutabl3/anime
Version:
latest (3.2.11)
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
JavaScript animation engine
github.com/immutabl3/anime
immutabl3/anime
@immutabl3/anime
/
src
/
constants.js
7 lines
(4 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
activeInstances =
new
Set
();
export
const
css =
new
Map
();
export
const
springs =
new
Map
();
export
const
ON_DOCUMENT_VISIBILITY
=
Symbol
(
'ON_DOCUMENT_VISIBILITY'
);