Sha256: 69e93f6a31ad069d1a0a3517d5b4b21469a44b2ac47adb14e68e98a1d6c8cb7d
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
module MotionWizard module AnimationStrategy class None < BaseAnimationStrategy def initialize; end def show_view(view); end def hide_view(view); end def animate; 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/none.rb |