I\'m looking for the webkitTransition object reference here
function spawnAnimation(what){ //sets the moving element var moveingEl = document.getEl
Allow 1ms for the rendered to get the thread back.
setTimeout(function() { myElement.style.height = '200px'; /* or whatever css changes you want to do */ }, 1);