MCPcopy Create free account
hub / github.com/Samsung/rlottie / stop

Method stop

example/lottieview.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void LottieView::stop()
208{
209 mPalying = false;
210 if (mAnimator) {
211 ecore_animator_del(mAnimator);
212 mAnimator = NULL;
213 }
214}
215
216void LottieView::restart()
217{

Callers 1

_toggle_start_buttonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected