Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
void LottieView::stop()
208
{
209
mPalying = false;
210
if (mAnimator) {
211
ecore_animator_del(mAnimator);
212
mAnimator = NULL;
213
}
214
}
215
216
void LottieView::restart()
217
{
Callers
1
_toggle_start_button
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected