The render
function
Appends one or more Shape or Timeline to a DOM node.
render(parentNode, shapeOrTimeline1, shapeOrTimeline2, ...)
Arguments
parentNode
A DOM node that all Shapes and Timeline Shapes will be appended to.
shapeOrTimeline1, shapeOrTimeline2, ...
A list of one or more Shape or Timeline. Each Shape (either directly passed as an argument, or as part of a Timeline) will be appended to the parentNode
at its current Frame.
Return value
None.