Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ OnFinish
Method
OnFinish
libs/drape_frontend/animation/parallel_animation.cpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void ParallelAnimation::OnFinish()
149
{
150
for (auto & anim : m_animations)
151
anim->OnFinish();
152
}
153
154
void ParallelAnimation::Advance(double elapsedSeconds)
155
{
Callers
2
Advance
Method · 0.45
Advance
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected