Sha256: 5e16e0bb98123447defc1f885ff2c5243a02a732ffb1375417bfd523626aca5a
Contents?: true
Size: 583 Bytes
Versions: 22
Compression:
Stored size: 583 Bytes
Contents
# ----------------------------------------------------------------------------- # Create an animation to scale a component # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- require 'ziya/gauges/support/base' module Ziya::Gauges::Support class Scale < Base has_attribute :x, :y, :start_scale, :end_scale, :step, :direction, :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