animate
ReactElement
animate(
Creates an <animate> element.
Implementation
ReactElement animate([Map<String, Object?>? props]) =>
createElement('animate'.toJS, props != null ? createProps(props) : null);
ReactElement
animate(
Creates an <animate> element.
ReactElement animate([Map<String, Object?>? props]) =>
createElement('animate'.toJS, props != null ? createProps(props) : null);