showStart

showStart

Event fires when the component begins to show, e.g. as ad begins to expand.

ad.on("showStart", function() {
  //run when a component begins to show, e.g. panel component begins to show after expansion call is made
});