Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lottiefiles/lottie-player

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/lottie-player - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

54

dist/lottie-player.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc