animateMotion

ReactElement animateMotion([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates an <animateMotion> element.

Implementation

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