- Root level animation - There is no need for inferring root ```js const root = cm.svg('svg', { width: 640, height: 480, loop: true, children: [] }); root.render(); ```