MCPcopy 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
7bool IsAnimationAllowed(double duration, ScreenBase const & screen)
8{
9 return duration > 0.0 && duration <= kMaxAnimationTimeSec;
10}
11
12} // namespace df

Callers 2

CreateAnimMethod · 0.85
SetScreenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected