dominator.core

->VDOM

(->VDOM tree root-node)

->vtree

(->vtree x)
Convert markup to a VTree.

animate

(animate f)
Call f on the next animation frame.

animation-frames

(animation-frames)
Returns a signal of animation frames.

create

diff

lazy

(lazy f x)

map->VDOM

(map->VDOM G__5422)

now

(now)
Returns the current timestamp.

patch

patch-dom

(patch-dom elem)
Given a Javascript element elem returns a function that takes markup
and renders to the DOM at elem.

render

(render sig elem)
Takes a signal of markup and a Javascript element, and patches the
DOM with each animation frame (as needed).

VDOM

VDOMBuilder

protocol

members

-vtree

(-vtree this)

VNode

VText