Class: MotionWizard::AnimationStrategy::None

Inherits:
BaseAnimationStrategy show all
Defined in:
lib/motion-wizard/animation_strategy/none.rb

Instance Attribute Summary

Attributes inherited from BaseAnimationStrategy

#already_on_final_position, #duration

Instance Method Summary collapse

Constructor Details

#initializeNone

Returns a new instance of None.



4
# File 'lib/motion-wizard/animation_strategy/none.rb', line 4

def initialize; end

Instance Method Details

#animateObject



8
# File 'lib/motion-wizard/animation_strategy/none.rb', line 8

def animate; end

#hide_view(view) ⇒ Object



7
# File 'lib/motion-wizard/animation_strategy/none.rb', line 7

def hide_view(view); end

#show_view(view) ⇒ Object



6
# File 'lib/motion-wizard/animation_strategy/none.rb', line 6

def show_view(view); end