animateMotion
ReactElement
animateMotion(
Creates an <animateMotion> element.
Implementation
ReactElement animateMotion([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('animateMotion', props, children);
ReactElement
animateMotion(
Creates an <animateMotion> element.
ReactElement animateMotion([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('animateMotion', props, children);