DOMNode is empty...
onzag opened this issue · 1 comments
onzag commented
I have the following code in order to make some animation calculations
onOpen(DOMNode){
}
However I cannot access anything in the DOMNode because the element is just a <div></div>
without any content at all, there should be another div inside, this makes animating inside pointless because I can't even take measurements.