Sha256: 59f79e8afe1457001149ef154051206e6518509194a2201f5398985db49405c2
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
module MotionWizard module AnimationStrategy class LeftToRight < SlideAnimation def initialize super @direction = -1 end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-wizard-0.1 | lib/motion-wizard/animation_strategy/left_to_right.rb |