Element onResize and onMove events

Hi,

Are there any plans to add resize and movement event listeners for DOM
elements?

elem.addEventListener("move", function(e) {
    console.log(o.target.oldLocation);
    console.log(o.target.newLocation);
});


Are there technical limitations why these events or not being defined for
elements?

Best regards,
Behrang

Received on Thursday, 4 December 2014 07:37:53 UTC