class MotionWizard::AnimationStrategy::None

Public Class Methods

new() click to toggle source
# File lib/motion-wizard/animation_strategy/none.rb, line 4
def initialize; end

Public Instance Methods

animate() click to toggle source
# File lib/motion-wizard/animation_strategy/none.rb, line 8
def animate; end
hide_view(view) click to toggle source
# File lib/motion-wizard/animation_strategy/none.rb, line 7
def hide_view(view); end
show_view(view) click to toggle source
# File lib/motion-wizard/animation_strategy/none.rb, line 6
def show_view(view); end