@lottiefiles/lottie-player 1.5.4 → 1.5.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,48 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
4
+
5
+
6
+ ## [1.5.7](https://github.com/LottieFiles/lottie-player/compare/v1.5.6...v1.5.7) (2022-04-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **player:** add isConnected check to disconnectedCallback ([496dc8f](https://github.com/LottieFiles/lottie-player/commit/496dc8f554df392924c3aa668ac6119729afed61))
12
+
13
+ ## [1.3.1](https://github.com/LottieFiles/lottie-player/compare/v1.3.0...v1.3.1) (2022-02-22)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * fixed reversed playback, fixed bounce autoplay, updated readme with missing property ([1fa0f44](https://github.com/LottieFiles/lottie-player/commit/1fa0f4457ae00af9ae05e1ca4cb8e2cb83e3a227))
19
+
20
+ # [1.3.0](https://github.com/LottieFiles/lottie-player/compare/v1.2.1...v1.3.0) (2021-12-16)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **add web worker:** add web worker ([a7f9491](https://github.com/LottieFiles/lottie-player/commit/a7f9491a151478aafd9b165a2a323ed1c8e84950))
26
+ * **count off by 1:** count adds an extra 1 as it starts from 0 ([f4efda4](https://github.com/LottieFiles/lottie-player/commit/f4efda485f3e0c5050aa9766dcb757fa328fd5c7))
27
+ * **css changes:** positioning issues fixed where lottie was overflowing out of container ([965823c](https://github.com/LottieFiles/lottie-player/commit/965823c29b4434d1edfdaf0fc4e413ed63e6a3d3))
28
+ * **css fix:** safari glitch error fix ([39dad7b](https://github.com/LottieFiles/lottie-player/commit/39dad7bfb0369e6cca54eb029a08c77b90cd57bd))
29
+ * **height calculation fic:** height calculation should happen only if controls are keyed in. bugfix ([7ac35d2](https://github.com/LottieFiles/lottie-player/commit/7ac35d2b062e464419d9f06eed4ac7f8cc1f5978))
30
+ * **missing build file:** missing build file. tgs player.js ([be764ec](https://github.com/LottieFiles/lottie-player/commit/be764ec04a0848bbf080782e61c4ffc0a3c15908))
31
+ * **small updates:** changelog, tests for interactivity lib breakage, lang added to aria labels ([f1c0543](https://github.com/LottieFiles/lottie-player/commit/f1c0543136fe59e043aa45b2d30e085c0c2124c1))
32
+ * **version bump:** version bump ([4edc7c4](https://github.com/LottieFiles/lottie-player/commit/4edc7c4065880358a3cf2a5592cea1e889052178))
33
+ * **version bump:** version bump ([49dbde2](https://github.com/LottieFiles/lottie-player/commit/49dbde2717395c548d918e0d5d3f3aec6f9e4179))
34
+ * **web worker mangling issue:** web worker mangling issue ([1c2632c](https://github.com/LottieFiles/lottie-player/commit/1c2632ce8972437463c3285fd3ea96a7d05f60ad))
35
+
36
+
37
+ ### Features
38
+
39
+ * **a11y:** fix focus and tabindex ([0dfecbc](https://github.com/LottieFiles/lottie-player/commit/0dfecbc7a2154feb1c19f5d6f99a842bc00a00ae))
40
+ * **accessibility:** added lang attribute to control buttons ([388c826](https://github.com/LottieFiles/lottie-player/commit/388c826704096d570f1b8c359f241375ffe13e15))
41
+ * **add web worker prop:** added webworker prop ([8a19443](https://github.com/LottieFiles/lottie-player/commit/8a19443c16adc7430ec59bb26824da116fd5609f))
42
+ * **bump lottie web:** bump lottie web version to latest ([f1f3422](https://github.com/LottieFiles/lottie-player/commit/f1f34225b53247762918d73e34ff27c5d98925df))
43
+ * **player container:** added role on div container ([5dd8868](https://github.com/LottieFiles/lottie-player/commit/5dd88688df6df496c3bd2370d47c57da07976b54))
44
+ * **web worker:** web worker bundling ([c1c09da](https://github.com/LottieFiles/lottie-player/commit/c1c09daa68f3212b544ee211d5202e106daab46d))
45
+
1
46
  # Changelog
2
47
 
3
48
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -9,11 +9,11 @@ This is a Web Component for easily embedding and playing Lottie animations and t
9
9
 
10
10
  ![screencast](https://i.imgur.com/miLzIkJ.gif)
11
11
 
12
- - [Basic usage examples](https://codesandbox.io/s/y2nxyvomyj)
12
+ [Basic usage examples](https://codesandbox.io/s/y2nxyvomyj)
13
13
 
14
14
  ## Documentation
15
15
 
16
- - [View documentation](https://lottiefiles.github.io/lottie-player/)
16
+ For full documentation, visit [docs.lottiefiles.com/lottie-player](https://docs.lottiefiles.com/lottie-player/)
17
17
 
18
18
  ## Installation
19
19
 
@@ -24,7 +24,7 @@ This is a Web Component for easily embedding and playing Lottie animations and t
24
24
  - Import from CDN.
25
25
 
26
26
  ```html
27
- <script src="https://unpkg.com/@lottiefiles/lottie-player@0.4.0/dist/lottie-player.js"></script>
27
+ <script src="https://unpkg.com/@lottiefiles/lottie-player@1.5.7/dist/lottie-player.js"></script>
28
28
  ```
29
29
 
30
30
  - Import from local node_modules directory.
@@ -88,12 +88,14 @@ You may set and load animations programatically as well.
88
88
 
89
89
  ```js
90
90
  const player = document.querySelector("lottie-player");
91
- player.load("https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json");
92
-
93
- // or load via a Bodymovin JSON string/object
94
- player.load(
95
- '{"v":"5.3.4","fr":30,"ip":0,"op":38,"w":315,"h":600,"nm":"new", ... }'
96
- );
91
+ player.addEventListener("rendered", (e) => {
92
+ //Load via URL
93
+ player.load("https://assets3.lottiefiles.com/packages/lf20_UJNc2t.json");
94
+ // or load via a Bodymovin JSON string/object
95
+ player.load(
96
+ '{"v":"5.3.4","fr":30,"ip":0,"op":38,"w":315,"h":600,"nm":"new", ... }'
97
+ );
98
+ });
97
99
  ```
98
100
 
99
101
  ### TGS-Player
@@ -240,184 +242,77 @@ declare namespace JSX {
240
242
  }
241
243
  ```
242
244
 
243
- ## Properties
244
-
245
- | Property | Attribute | Description | Type | Default |
246
- | --------------------- | --------------------- | ----------------------------------- | ------------------------------------ | ----------------- |
247
- | `autoplay` | `autoplay` | Autoplay animation on load. | `boolean` | `false` |
248
- | `background` | `background` | Background color. | `string` | `undefined` |
249
- | `controls` | `controls` | Show controls. | `boolean` | `false` |
250
- | `count` | `count` | Number of times to loop animation. | `number` | `undefined` |
251
- | `direction` | `direction` | Direction of animation. | `number` | `1` |
252
- | `hover` | `hover` | Whether to play on mouse hover. | `boolean` | `false` |
253
- | `loop` | `loop` | Whether to loop animation. | `boolean` | `false` |
254
- | `mode` | `mode` | Play mode. | `PlayMode.Bounce \| PlayMode.Normal` | `PlayMode.Normal` |
255
- | `preserveAspectRatio` | `preserveAspectRatio` | Valid preserve aspect ratio value. | `string` | `'xMidYMid meet'` |
256
- | `renderer` | `renderer` | Renderer to use. | `"svg" \| "canvas"` | `"svg"` |
257
- | `speed` | `speed` | Animation speed. | `number` | `1` |
258
- | `src` _(required)_ | `src` | Bodymovin JSON data or URL to JSON. | `string` | `undefined` |
259
-
260
- *Direction value options are 1 and -1*
261
-
262
- ## Methods
263
-
264
- ### `getLottie() => Promise<any>`
265
-
266
- Returns the instance of lottie player used in the component.
267
-
268
- #### Returns
269
-
270
- Type: `Promise<any>`
271
-
272
- ### `load(src: string | object) => void`
273
-
274
- Load (and play) a given Bodymovin animation.
275
-
276
- #### Parameters
277
-
278
- | Name | Type | Description |
279
- | ----- | -------------------- | -------------------------------------------------------------- |
280
- | `src` | `string` or `object` | URL, or a JSON string or object representing a Bodymovin JSON. |
281
-
282
- #### Returns
283
-
284
- Type: `void`
285
-
286
- ### `pause() => void`
287
-
288
- Pause animation play.
289
-
290
- #### Returns
291
-
292
- Type: `void`
293
-
294
- ### `play() => void`
295
-
296
- Start playing animation.
297
-
298
- #### Returns
299
-
300
- Type: `void`
301
-
302
- ### `setDirection(value: number) => void`
303
-
304
- Animation play direction.
305
-
306
- #### Parameters
307
-
308
- | Name | Type | Description |
309
- | ------- | -------- | ----------------- |
310
- | `value` | `number` | Direction values. |
311
-
312
- #### Returns
313
-
314
- Type: `void`
315
-
316
- ### `setLooping(value: boolean) => void`
317
-
318
- Sets the looping of the animation.
319
-
320
- #### Parameters
321
-
322
- | Name | Type | Description |
323
- | ------- | --------- | -------------------------------------------------------- |
324
- | `value` | `boolean` | Whether to enable looping. Boolean true enables looping. |
325
-
326
- #### Returns
327
-
328
- Type: `void`
329
-
330
- ### `setSpeed(value?: number) => void`
331
-
332
- Sets animation play speed.
333
-
334
- #### Parameters
335
-
336
- | Name | Type | Description |
337
- | ------- | -------- | --------------- |
338
- | `value` | `number` | Playback speed. |
339
-
340
- #### Returns
341
-
342
- Type: `void`
343
-
344
- ### `stop() => void`
345
-
346
- Stops animation play.
347
-
348
- #### Returns
349
-
350
- Type: `void`
351
-
352
- ### `seek(value: number | string) => void`
353
-
354
- Seek to a given frame. Frame value can be a number or a percent string (e.g. 50%).
355
-
356
- #### Returns
357
-
358
- Type: `void`
359
-
360
- ### `snapshot(download?: boolean) => string`
361
-
362
- Snapshot the current frame as SVG.
363
- If 'download' argument is boolean true, then a download is triggered in browser.
364
-
365
- #### Returns
366
-
367
- Type: `string`
368
-
369
- ### `toggleLooping() => void`
370
-
371
- Toggles animation looping.
372
-
373
- #### Returns
374
-
375
- Type: `void`
376
-
377
- ### `togglePlay() => void`
378
-
379
- Toggle playing state.
380
-
381
- #### Returns
382
-
383
- Type: `void`
384
-
385
- ### `resize() => void`
386
-
387
- Resize animation stage and elements in response to changes in component.
388
-
389
- #### Returns
390
-
391
- Type: `void`
392
-
393
- ## Events
394
-
395
- The following events are exposed and can be listened to via `addEventListener` calls.
396
-
397
- | Name | Description |
398
- | ---------- | ------------------------------------------------------------------------- |
399
- | `load` | Animation data is loaded. |
400
- | `error` | An animation source cannot be parsed, fails to load or has format errors. |
401
- | `ready` | Animation data is loaded and player is ready. |
402
- | `play` | Animation starts playing. |
403
- | `pause` | Animation is paused. |
404
- | `stop` | Animation is stopped. |
405
- | `freeze` | Animation is paused due to player being invisible. |
406
- | `loop` | An animation loop is completed. |
407
- | `complete` | Animation is complete (all loops completed). |
408
- | `frame` | A new frame is entered. |
409
-
410
- ## Styling
411
-
412
- | Custom property | Description | Default |
413
- | ----------------------------------------- | ------------------------- | ---------------------- |
414
- | --lottie-player-toolbar-height | Toolbar height | 35px |
415
- | --lottie-player-toolbar-background-color | Toolbar background color | transparent |
416
- | --lottie-player-toolbar-icon-color | Toolbar icon color | #999 |
417
- | --lottie-player-toolbar-icon-hover-color | Toolbar icon hover color | #222 |
418
- | --lottie-player-toolbar-icon-active-color | Toolbar icon active color | #555 |
419
- | --lottie-player-seeker-track-color | Seeker track color | #CCC |
420
- | --lottie-player-seeker-thumb-color | Seeker thumb color | rgba(0, 107, 120, 0.8) |
245
+ Full documentation on player properties, methods, events and styling for the Lottie-player are available [here](https://docs.lottiefiles.com/lottie-player).
246
+
247
+ ## Community & Support
248
+
249
+ - [Github issues.](https://github.com/LottieFiles/lottie-player/issues) For bugs and errors you encounter using this player.
250
+ - [Discord.](https://lottiefiles.com/discord) For hanging out with the community and sharing your awesome Lottie animations!
251
+
252
+ ## Our other Lottie related libraries
253
+
254
+ <table style="table-layout:fixed; white-space: nowrap;">
255
+ <tr>
256
+ <th>Project</th>
257
+ <th>Description</th>
258
+ </tr>
259
+ <!-- TEMPLATE FOR NEW ROW -->
260
+ <!-- START ROW
261
+ <tr>
262
+ <td>lang</td>
263
+ <td><a href="" target="_blank" rel="noopener noreferrer">supabase-lang</a></td>
264
+ </tr>
265
+ END ROW -->
266
+ <tr>
267
+ <td><a href="https://github.com/LottieFiles/lottie-react" target="_blank" rel="noopener noreferrer">lottie-react</a></td>
268
+ <td>
269
+ A React component for the Lottie Web player.
270
+ </td>
271
+ </tr>
272
+ <tr>
273
+ <td><a href="https://github.com/LottieFiles/lottie-vue" target="_blank" rel="noopener noreferrer">lottie-vue</a></td>
274
+ <td>
275
+ A Vue component for the Lottie player.
276
+ </td>
277
+ </tr>
278
+ <tr>
279
+ <td><a href="https://github.com/LottieFiles/svelte-lottie-player" target="_blank" rel="noopener noreferrer">svelte-lottie-player</a></td>
280
+ <td>
281
+ Lottie player component for use with Svelte.
282
+ </td>
283
+ </tr>
284
+ <tr>
285
+ <td><a href="https://github.com/LottieFiles/jlottie" target="_blank" rel="noopener noreferrer">jLottie</a></td>
286
+ <td>
287
+ jLottie is suitable as a general purpose lottie player, though implements a subset of the features in the core player - this approach leads to a tiny footprint and great performance.
288
+ </td>
289
+ </tr>
290
+ <tr>
291
+ <td><a href="https://github.com/LottieFiles/lottie-interactivity" target="_blank" rel="noopener noreferrer">lottie-interactivity</a></td>
292
+ <td>
293
+ This is a small library to add scrolling, cursor interactivity and interaction chaining to your Lottie Animations.
294
+ </td>
295
+ </tr>
296
+ <tr>
297
+ <td><a href="https://github.com/orgs/dotlottie/repositories" target="_blank" rel="noopener noreferrer">dotLottie</a></td>
298
+ <td>
299
+ dotLottie is an open-source file format that aggregates one or more Lottie files and their associated resources into a single file. They are ZIP archives compressed with the Deflate compression method and carry the file extension of ".lottie".
300
+ </td>
301
+ </tr>
302
+ <tr>
303
+ <td><a href="https://github.com/LottieFiles/lottie-js" target="_blank" rel="noopener noreferrer">lottie-js</a></td>
304
+ <td>
305
+ The library consists of methods to map the Lottie JSON to the object model and interact with properties as well as manipulate them.
306
+ </td>
307
+ </tr>
308
+ <tr>
309
+ <td><a href="https://github.com/LottieFiles/lottie-theming" target="_blank" rel="noopener noreferrer">lottie-theming</a></td>
310
+ <td>
311
+ A library to extract themable properties and apply different themes to a given Lottie
312
+ </td>
313
+ </tr>
314
+
315
+ </table>
421
316
 
422
317
  ## License
423
318
 
@@ -1,4 +1,5 @@
1
- import { LitElement, TemplateResult } from "lit-element";
1
+ import { LitElement } from "lit";
2
+ import { TemplateResult } from "lit/html.js";
2
3
  export declare enum PlayerState {
3
4
  Destroyed = "destroyed",
4
5
  Error = "error",
@@ -59,7 +60,7 @@ export declare class LottiePlayer extends LitElement {
59
60
  */
60
61
  currentState: PlayerState;
61
62
  /**
62
- * Animation speed.
63
+ * Animation description for screen readers.
63
64
  */
64
65
  description: string;
65
66
  /**
@@ -181,7 +182,7 @@ export declare class LottiePlayer extends LitElement {
181
182
  /**
182
183
  * Returns the styles for the component.
183
184
  */
184
- static get styles(): import("lit-element").CSSResult;
185
+ static get styles(): import("lit").CSSResult;
185
186
  /**
186
187
  * Cleanup on component destroy.
187
188
  */
@@ -1 +1 @@
1
- {"version":3,"file":"lottie-player.d.ts","sourceRoot":"","sources":["src/lottie-player.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAIV,cAAc,EACf,MAAM,aAAa,CAAC;AAOrB,oBAAY,WAAW;IACrB,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAGD,oBAAY,QAAQ;IAClB,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAGD,oBAAY,YAAY;IACtB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,KAAK,UAAU;IACf,IAAI,SAAS;IACb,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,IAAI,SAAS;CACd;AAED;;GAEG;AACH,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAa9D;AAiCD;;;;;;GAMG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C;;OAEG;IAEI,QAAQ,EAAE,OAAO,CAAS;IAEjC;;OAEG;IAEI,UAAU,CAAC,EAAE,MAAM,CAAiB;IAE3C;;OAEG;IAEI,QAAQ,EAAE,OAAO,CAAS;IAEjC;;OAEG;IAEI,KAAK,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IAEI,YAAY,EAAE,WAAW,CAAuB;IAEvD;;OAEG;IAEI,WAAW,EAAE,MAAM,CAAsB;IAEhD;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAK;IAE7B;;OAEG;IAEI,KAAK,EAAE,OAAO,CAAS;IAE9B;;OAEG;IAEI,YAAY,EAAE,MAAM,CAAK;IAEhC;;OAEG;IAEI,IAAI,EAAE,OAAO,CAAS;IAE7B;;OAEG;IAEI,IAAI,EAAE,QAAQ,CAAmB;IAExC;;OAEG;IAEI,mBAAmB,EAAE,MAAM,CAAmB;IAErD;;OAEG;IAEI,QAAQ,EAAE,KAAK,CAAS;IAE/B;;OAEG;IAGI,MAAM,EAAE,GAAG,CAAC;IAEnB;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAK;IAEzB;;OAEG;IAEI,GAAG,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IAEI,UAAU,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IAEH,SAAS,CAAC,SAAS,EAAG,WAAW,CAAC;IAElC,OAAO,CAAC,GAAG,CAA+C;IAG1D,OAAO,CAAC,OAAO,CAAC,CAAM;IAEtB,OAAO,CAAC,UAAU,CAAC,CAAM;IAEzB,OAAO,CAAC,QAAQ,CAAa;IAE7B;;OAEG;IACU,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IA6DtC;;OAEG;IACI,SAAS,IAAI,GAAG;IAIvB;;OAEG;IACI,IAAI;IAWX;;OAEG;IACI,KAAK,IAAI,IAAI;IAWpB;;OAEG;IACI,IAAI,IAAI,IAAI;IAYnB;;OAEG;IACI,OAAO,IAAI,IAAI;IAWtB;;OAEG;IACI,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IA8BzC;;;;OAIG;IACI,QAAQ,CAAC,QAAQ,GAAE,OAAc,GAAG,MAAM,GAAG,IAAI;IAyBxD;;;;OAIG;IACI,QAAQ,CAAC,KAAK,SAAI,GAAG,IAAI;IAQhC;;;;OAIG;IACI,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQxC;;;;OAIG;IACI,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAOvC;;OAEG;IACI,UAAU,IAAI,IAAI;IAMzB;;OAEG;IACI,aAAa,IAAI,IAAI;IAI5B;;OAEG;IACI,MAAM;IAQb;;OAEG;IACH,MAAM,KAAK,MAAM,oCAEhB;IAED;;OAEG;IACI,oBAAoB,IAAI,IAAI;IAsB5B,MAAM,IAAI,cAAc,GAAG,IAAI;IA0BtC;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAgC9B,SAAS,CAAC,cAAc,IAAI,cAAc;IAgF1C;;OAEG;IACH,OAAO,CAAC,mBAAmB;IAQ3B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,qBAAqB;IAiG7B;;;;OAIG;IACH,OAAO,CAAC,MAAM;CAUf"}
1
+ {"version":3,"file":"lottie-player.d.ts","sourceRoot":"","sources":["../src/lottie-player.ts"],"names":[],"mappings":"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"}