Module effects

Module effects 

Source
Expand description

Specified types for CSS values related to effects.

Re-exportsยง

pub use self::SpecifiedFilter as Filter;

Structsยง

FilterFactor
The factor for a filter function.

Functionsยง

clamp_to_one ๐Ÿ”’
Clamp the value to 1 if the value is over 100%.

Type Aliasesยง

BoxShadow
A specified value for a single shadow of the box-shadow property.
NonNegativeFactor ๐Ÿ”’
SimpleShadow
A specified value for the drop-shadow() filter.
SpecifiedFilter
A specified value for a single filter.
ZeroToOneFactor ๐Ÿ”’