class Slippery::Processors::DeckJs

imakewebthings.com/deck.js/

Constants

CORE_CSS
CORE_JS
DEFAULT_OPTIONS
ROOT

ROOT = 'imakewebthings.com/deck.js/'

Public Instance Methods

theme() click to toggle source
# File lib/slippery/processors/deck_js.rb, line 72
def theme
  options[:theme]
end
transition_theme() click to toggle source
# File lib/slippery/processors/deck_js.rb, line 76
def transition_theme
  options[:transition_theme]
end