I'm ultimately trying to delay the fade out by 5 seconds (page loads, 5 seconds later the fade out happens). But right now the bit of code below throwing a "delay is not a function" error.
el.fade('out').get('tween').chain(function(){
el.destroy();
}).delay(5000);