Sha256: fcf688a435164220678725b6b1c9b9dfd4382804191687ecff012a83651fdf8f
Contents?: true
Size: 582 Bytes
Versions: 22
Compression:
Stored size: 582 Bytes
Contents
# ----------------------------------------------------------------------------- # Create an animation to move a component # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- require 'ziya/gauges/support/base' module Ziya::Gauges::Support class Move < Base has_attribute :start_x_offset, :start_y_offset, :end_x_offset, :end_y_offset, :step, :shake_span, :shake_frequency, :shake_snap, :shadow_alpha, :shadow_x_offset, :shadow_y_offset, :components end end
Version data entries
22 entries across 22 versions & 2 rubygems