hideStart

hideStart

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

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