UNPKG
@teamhive/lottie-player
Version:
latest (1.0.0)
1.0.0
Lottie animation web component.
@teamhive/lottie-player
/
dist
/
collection
/
utils
/
player-mode.js
8 lines
(7 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Define play modes
export
var
PlayMode
; (
function
(
PlayMode
) {
PlayMode
[
"Normal"
] =
"normal"
;
PlayMode
[
"Bounce"
] =
"bounce"
; })(
PlayMode
|| (
PlayMode
= {})); ;