Struct dioxus_html::animateTransform
source · pub struct animateTransform;
Expand description
Build a
<animateTransform>
element.
Implementations§
Trait Implementations§
source§impl SvgAttributes for animateTransform
impl SvgAttributes for animateTransform
source§const prevent_default: AttributeDiscription = _
const prevent_default: AttributeDiscription = _
Prevent the default action for this element. Read more