Skip to main content

Module effects

Module effects 

Source
Expand description

CSS properties for visual effects like opacity, blending, and cursor style.

Re-exports§

pub use self::parsers::*;

Modules§

parsers

Structs§

StyleOpacity
Represents an opacity attribute, a value from 0.0 to 1.0.

Enums§

StyleCursor
Represents a cursor attribute, defining the mouse cursor to be displayed when pointing over an element.
StyleMixBlendMode
Represents a mix-blend-mode attribute, which determines how an element’s content should blend with the content of the element’s parent.
StyleVisibility
Represents a visibility attribute, controlling element visibility.