Expand description
CSS properties for visual effects like opacity, blending, and cursor style.
Re-exports§
pub use self::parsers::*;
Modules§
Structs§
- Style
Opacity - Represents an
opacityattribute, a value from 0.0 to 1.0.
Enums§
- Style
Cursor - Represents a
cursorattribute, defining the mouse cursor to be displayed when pointing over an element. - Style
MixBlend Mode - Represents a
mix-blend-modeattribute, which determines how an element’s content should blend with the content of the element’s parent. - Style
Visibility - Represents a
visibilityattribute, controlling element visibility.