Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Offer an option to use lottie light. #90

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2019

  1. Cosmetic: address linter warning.

    wpp committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    ec416da View commit details
    Browse the repository at this point in the history
  2. Import lottie_light to reduce bundle size.

    AFAICT react-lottie always uses the svg renderer and
    (at least in my case) the animations don't have expressions.
    
    By importing the light version of of lottie-web one can save around
    100KB (minified).
    
    airbnb/lottie-web#929
    wpp committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    341d9ba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    0ade90e View commit details
    Browse the repository at this point in the history