Skip to content

Files

Latest commit

Aug 31, 2014
16ae449 · Aug 31, 2014

History

History
21 lines (14 loc) · 373 Bytes

plugins.md

File metadata and controls

21 lines (14 loc) · 373 Bytes
layout title
default
S6 Format for Plugins / Addons

{{ page.title }}

Custom Events

S6 fires the following events (to let plugins/addons get hooks into the JavaScript machinery):

  • slideshow.init
  • slideshow.start
  • slideshow.keys( key )
  • slideshow.debug.on
  • slideshow.debug.off
  • slideshow.change( from, to )

{% include questions.md %}