class MotionWizard::AnimationStrategy::LeftToRight
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/motion-wizard/animation_strategy/left_to_right.rb, line 4 def initialize super @direction = -1 end