Searched refs:scrolling_speed (Results 1 – 1 of 1) sorted by relevance
6110 …const float scrolling_speed = (tab_bar->PrevFrameVisible + 1 < g.FrameCount) ? FLT_MAX : (g.IO.Del… in TabBarLayout() local6112 …->ScrollingAnim = ImLinearSweep(tab_bar->ScrollingAnim, tab_bar->ScrollingTarget, scrolling_speed); in TabBarLayout()