Function is_element_in_view

Source
fn is_element_in_view(
    element: &Element,
    paint_tree: &[DomRoot<Element>],
) -> bool
Expand description