This commit is contained in:
Martijn van Dijk 2017-02-07 20:24:41 +01:00 коммит произвёл GitHub
Родитель ca27782e00
Коммит 0c6565ac00
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -295,6 +295,13 @@ The sample app can also load json files at a given url or locally on your device
* [NativeScript bindings](https://github.com/bradmartin/nativescript-lottie)
* [Appcelerator Titanium bindings](https://github.com/m1ga/ti.animation)
## Community Contributors
* [modplug](https://github.com/modplug)
* [fabionuno](https://github.com/fabionuno)
* [matthewrdev](https://github.com/matthewrdev)
* [alexsorokoletov](https://github.com/alexsorokoletov)
* [jzeferino](https://github.com/jzeferino)
## Alternatives
1. Build animations by hand. Building animations by hand is a huge time commitment for design and engineering across Android and iOS. It's often hard or even impossible to justify spending so much time to get an animation right.
2. [Facebook Keyframes](https://github.com/facebookincubator/Keyframes). Keyframes is a wonderful new library from Facebook that they built for reactions. However, Keyframes doesn't support some of Lottie's features such as masks, mattes, trim paths, dash patterns, and more.