Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
lottie_worker.js 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem
minify_lottie.py 4762b62e7d Publish DEPS for 106.0.5249.13 před 1 rokem

README.chromium

Name: Lottie Web
Short Name: lottie-web
URL: https://github.com/airbnb/lottie-web
Version: v5.5.2
License: MIT
License File: LICENSE
Security Critical: no

Description:
Lottie is a library for Android, iOS, Web, and Windows that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile and on the web.

The library imported here is the lottie-web library which is a javascript file that can run animations on the web.

Local Modifications:
The library has been modified to be able to run on javascript worker thread which provides performance benefits and some level of security sandboxing. The library has its document and window references removed. All XMLHttpRequest have also been removed. This means the animation will not load external assests like images and fonts. A wrapper function has been added to handle messages sent to the worker thread from the main thread.

Generating Minified Version:
Minified version automatically generated at build time via the
//third_party/lottie:minify target.