@lottiefiles/lottie-player
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -42,10 +42,2 @@ import { LitElement, TemplateResult } from "lit-element"; | ||
/** | ||
* Animation container. | ||
*/ | ||
protected container: HTMLElement; | ||
/** | ||
* Play mode. | ||
*/ | ||
mode: PlayMode; | ||
/** | ||
* Autoplay animation on load. | ||
@@ -79,2 +71,6 @@ */ | ||
/** | ||
* Play mode. | ||
*/ | ||
mode: PlayMode; | ||
/** | ||
* Aspect ratio to pass to lottie-web. | ||
@@ -105,2 +101,6 @@ */ | ||
description: string; | ||
/** | ||
* Animation container. | ||
*/ | ||
protected container: HTMLElement; | ||
private _io; | ||
@@ -111,11 +111,2 @@ private _lottie?; | ||
/** | ||
* Handle visibility change events. | ||
*/ | ||
private _onVisibilityChange; | ||
/** | ||
* Handles click and drag actions on the progress track. | ||
*/ | ||
private _handleSeekChange; | ||
private _attachEventListeners; | ||
/** | ||
* Configure and initialize lottie-web player instance. | ||
@@ -155,8 +146,2 @@ */ | ||
/** | ||
* Freeze animation play. | ||
* This internal state pauses animation and is used to differentiate between | ||
* user requested pauses and component instigated pauses. | ||
*/ | ||
private freeze; | ||
/** | ||
* Sets animation play speed. | ||
@@ -196,12 +181,27 @@ * | ||
/** | ||
* Cleanup on component destroy. | ||
*/ | ||
disconnectedCallback(): void; | ||
render(): TemplateResult | void; | ||
/** | ||
* Initialize everything on component first render. | ||
*/ | ||
protected firstUpdated(): void; | ||
protected renderControls(): TemplateResult; | ||
/** | ||
* Cleanup on component destroy. | ||
* Handle visibility change events. | ||
*/ | ||
disconnectedCallback(): void; | ||
protected renderControls(): TemplateResult; | ||
render(): TemplateResult | void; | ||
private _onVisibilityChange; | ||
/** | ||
* Handles click and drag actions on the progress track. | ||
*/ | ||
private _handleSeekChange; | ||
private _attachEventListeners; | ||
/** | ||
* Freeze animation play. | ||
* This internal state pauses animation and is used to differentiate between | ||
* user requested pauses and component instigated pauses. | ||
*/ | ||
private freeze; | ||
} | ||
//# sourceMappingURL=lottie-player.d.ts.map |
{ | ||
"name": "@lottiefiles/lottie-player", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Lottie animation and Telegram Sticker player web components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/lottie-player.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6710383
6323