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