Searched refs:SCROLL_MAX_TIME (Results 1 – 1 of 1) sorted by relevance
45 constexpr float SCROLL_MAX_TIME = 300.0f; // Scroll Animate max time 0.3 second variable1780 animator_->SetDuration(std::min(duration, SCROLL_MAX_TIME)); in AnimateTo()