lottie-player icon indicating copy to clipboard operation
lottie-player copied to clipboard

Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player

Results 91 lottie-player issues
Sort by recently updated
recently updated
newest added

Hello LottieFiles Team I faced with problem which is described here https://github.com/airbnb/lottie-web/issues/914. When I add {provide: LocationStrategy, useClass: HashLocationStrategy} everything works fine, without it animation has problems in Safari (with...

I have this error using lottie and Angular. I'm using version 0.3.0-rc1 of lottie. ``` ERROR in node_modules/@lottiefiles/lottie-player/dist/lottie-player.d.ts:170:16 - error TS1086: An accessor cannot be declared in an ambient context....

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

How to turn off _onVisibilityChange fn when document.hidden ?

Hi, everyone, I was recently working on the integration of the `lottie-player` in my code, and it seems there is a memory issue in the `lottie-player` component. Here are my...

Hi ! I just updated my project to Angular 17, and I'm using modern compilation method with Vite. I have an issue with lottie-player , I get the following error:...

Animations on our site started looking bad after updating to Chrome v121. We started investigating and we found out that we needed to re-export the animations with the latetst version...

I'm trying to fix a recent issue that gets fixed by bumping the `@airbnb/lottie-web` dependency and making a pull request, but the project cannot be initialized since `npm install` fails...

Using multiple players end up creating DOM with repeated IDs: "#animation" and "#animation-container" -- these could be replaced with classes instead. I am not sure of the implications when using...

With version 2.0.2, if you add the attribute disableShadowDOM, the controls do not render. I do not know if this was present in previous 2.x versions. Renders controls: ``` ```...