Unanswered: how to destroy dom object with exit animation?
Unanswered: how to destroy dom object with exit animation?
Hi, I am trying to remove a custom #appLoadingIndicator DOM object using a sencha touch hide animation (like, slideOut). It is unclear to me how to accomplish this.
in my index.html i have:
<div id="appLoadingIndicator">...</div>
in my controller code i have:
Ext.fly('appLoadingIndicator').destroy()
Any guidance would be greatly appreciated. Thanks!