Module: Scrollytelling::Navigation

Defined in:
lib/scrollytelling/navigation.rb,
lib/scrollytelling/navigation/engine.rb,
lib/scrollytelling/navigation/plugin.rb,
lib/scrollytelling/navigation/version.rb,
lib/scrollytelling/navigation/widget_type.rb

Defined Under Namespace

Classes: Engine, Plugin, WidgetType

Constant Summary collapse

VERSION =
"1.15.0"

Class Method Summary collapse

Class Method Details

.pluginObject



12
13
14
# File 'lib/scrollytelling/navigation.rb', line 12

def self.plugin
  Plugin.new
end

.widget_typeObject



8
9
10
# File 'lib/scrollytelling/navigation.rb', line 8

def self.widget_type
  WidgetType.new
end