Skip to content

Commit

Permalink
feat(bump lottie web): bump lottie web version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
karamalie committed Nov 23, 2021
1 parent f4efda4 commit f1f3422
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 14 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This is a Web Component for easily embedding and playing Lottie animations and t
![screencast](https://i.imgur.com/miLzIkJ.gif)

- [Basic usage examples](https://codesandbox.io/s/y2nxyvomyj)
- [Scrolling effects demo](https://ypxk7zvpq1.codesandbox.io/)

## Documentation

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/lottie-player",
"version": "1.4.5",
"version": "1.5.0",
"description": "Lottie animation and Telegram Sticker player web components.",
"main": "dist/lottie-player.js",
"module": "dist/lottie-player.esm.js",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@types/pako": "^1.0.1",
"lit-element": "^2.3.1",
"lottie-web": "^5.7.8",
"lottie-web": "^5.8.1",
"pako": "^1.0.11",
"resize-observer-polyfill": "^1.5.1",
"shx": "^0.3.3"
Expand All @@ -39,6 +39,7 @@
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@lottiefiles/eslint-plugin": "^2.2.0",
"@playwright/test": "^1.16.3",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
id="player0"
autoplay
controls
count="2"
loop
speed="1"
mode="normal"
Expand Down

0 comments on commit f1f3422

Please sign in to comment.