Skip to content
felipenmoura edited this page Oct 6, 2012 · 1 revision

You can add your event listeners to PowerPolygon events by using the addListener method from the PPW API: PPW.addListener('event', callback);

The currently supported events are the following:

  • onstart
  • onfinish
  • onload
  • onnext
  • onprev
  • onslidesloaded
  • onslideloaded
  • ongoto
  • onslidechange
  • onfullscreen
  • onshowcamera
  • onhidecamera
  • onslidetypechange
  • onpresentationtoolloaded
  • onclosesettings
  • onopensettings
  • onthemeloaded
  • onsplashscreen
  • F10_PRESSED
  • F9_PRESSED
  • F8_PRESSED
  • F7_PRESSED
  • F6_PRESSED

Clone this wiki locally