Struct svg::node::element::Animate [] [src]

pub struct Animate { /* fields omitted */ }

An animate element.

Methods

impl Animate
[src]

Create a node.

impl Animate
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Node for Animate
[src]

Append a child node.

Assign an attribute.

impl Display for Animate
[src]

Formats the value using the given formatter. Read more