Files
comaps/libs/drape_frontend/animation_constants.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

8 lines
103 B
C++

#pragma once
namespace df
{
double const kMaxAnimationTimeSec = 1.5; // in seconds
} // namespace df