UNPKG
@teamhive/lottie-player
Version:
latest (1.0.0)
1.0.0
Lottie animation web component.
@teamhive/lottie-player
/
dist
/
types
/
utils
/
player-mode.d.ts
5 lines
(4 loc)
•
78 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
PlayMode
{
Normal
=
"normal"
,
Bounce
=
"bounce"
}