Skip to main content

menu_in

Function menu_in 

Source
pub fn menu_in<E>(id: impl Into<ElementId>, element: E) -> AnimationElement<E>
where E: Styled + IntoElement + 'static,
Expand description

Popover entrance: fade + translateY −2→0 over MENU_IN. (the original also scales 0.96→1; divs have no scale transform in gpui — approximated.)