@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 +45 -0
- package/README.md +82 -187
- package/dist/lottie-player.d.ts +4 -3
- package/dist/lottie-player.d.ts.map +1 -1
- package/dist/lottie-player.esm.js +39 -135
- package/dist/lottie-player.esm.js.map +1 -1
- package/dist/lottie-player.js +39 -135
- package/dist/lottie-player.js.map +1 -1
- package/dist/lottie-player.styles.d.ts +1 -1
- package/dist/lottie-player.styles.d.ts.map +1 -1
- package/dist/tgs-player.d.ts +5 -2
- package/dist/tgs-player.d.ts.map +1 -1
- package/dist/tgs-player.esm.js +25 -157
- package/dist/tgs-player.esm.js.map +1 -1
- package/dist/tgs-player.js +25 -157
- package/dist/tgs-player.js.map +1 -1
- package/dist/tgs-player.styles.d.ts +3 -0
- package/dist/tgs-player.styles.d.ts.map +1 -1
- package/package.json +41 -23
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
|
-
|
12
|
+
[Basic usage examples](https://codesandbox.io/s/y2nxyvomyj)
|
13
13
|
|
14
14
|
## Documentation
|
15
15
|
|
16
|
-
|
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@
|
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.
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
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
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
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
|
|
package/dist/lottie-player.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
import { LitElement
|
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
|
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
|
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,
|
1
|
+
{"version":3,"file":"lottie-player.d.ts","sourceRoot":"","sources":["../src/lottie-player.ts"],"names":[],"mappings":"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"}
|