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