Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsAnimationAllowed
Function
IsAnimationAllowed
libs/drape_frontend/animation_utils.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
{
6
7
bool IsAnimationAllowed(double duration, ScreenBase const & screen)
8
{
9
return duration > 0.0 && duration <= kMaxAnimationTimeSec;
10
}
11
12
} // namespace df
Callers
2
CreateAnim
Method · 0.85
SetScreen
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected