|
CORE
NATIVE
TABLE
MAKE
CUSTOMIZE
EFFECTS
effects_base.js
effects_morph.js
effects_fade.js
effects_move.js
effects_extra.js
effects_toggle.js
effects_cycle.js
effects_cycles.js
VIRTUAL BOX
PLUG-IN
|
tutorial.js
Contains the Tutorial Class which allows to create professional tutorials and step by step presentations. Contains Class Tutorial Summary
Class for creating tutorials and step by step presentations. Extends Fx.Elements Constructor new Tutorial (element, options) Properties
Options
names:
Methods
Example var tutorial = new Tutorial('main', {cycle: true}); top method prev goes to the previous step
Example turorial.prev(); top method next goes to the next step
Example turorial.next(); top method autostart autostarts the presentation. If the cycle option is true the presentation doesn't stop until an user stop it
Example turorial.autostart(); top method stop stops the presentation
Example turorial.stop();
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |