mento-protocol / mento-web

A simple DApp for Celo Mento exchanges
https://app.mento.org
Apache License 2.0
22 stars 14 forks source link

Replace lottie animations in favor of something more efficient #92

Open denviljclarke opened 1 year ago

denviljclarke commented 1 year ago

Description

While the Lottie format animations we're using for the swap confirmation are small, the library used to display them is pretty large. As suggested by @jmrossy, it may be a good idea to swap this out for a solution smaller in size and less complex.

size of the current solution: 377K library lottie-react (315k, gzipped 79k) 62k each animation (31K each animation)

Acceptance Criteria

RyRy79261 commented 4 months ago

Could just implement the loaders in css