pub type Flip<'a> = Flip<'a, Element, Window>;Expand description
Flip middleware.
Optimizes the visibility of the floating element by flipping the placement in order to keep it in view when the preferred placement(s) will overflow the clipping boundary.
Alternative to AutoPlacement.
See the Rust Floating UI book for more documentation.
Aliased Typeยง
struct Flip<'a> { /* private fields */ }