lottie/example : added segmented animation support in lottieview

Change-Id: I7af3109576217e3b92a6a6d9fd9492b5fb4c6bcb
This commit is contained in:
subhransu mohanty
2019-01-15 13:33:17 +09:00
committed by Subhransu Mohanty
parent 4d4fa29212
commit bc2b2b8936
3 changed files with 39 additions and 12 deletions

View File

@@ -58,6 +58,8 @@ main(void)
view->setPos(0, 0);
view->setSize(800, 800);
view->show();
view->setMinProgress(0.5);
view->setMaxProgress(0.0);
view->play();
view->loop(true);
view->setRepeatMode(LottieView::RepeatMode::Reverse);