mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-02 17:16:58 +00:00
lottie/example : added segmented animation support in lottieview
Change-Id: I7af3109576217e3b92a6a6d9fd9492b5fb4c6bcb
This commit is contained in:
committed by
Subhransu Mohanty
parent
4d4fa29212
commit
bc2b2b8936
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user