Sha256: ce351c565e0b2d3c3fc0f7d2756447c55e7ae092b345bc4b37bc2231454ad2a1

Contents?: true

Size: 319 Bytes

Versions: 11

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

b = box({ width: 200, height: 200, color: :white })

a = b.box({ color: :green, left: 33, id: :box, shadow: {
  id: :menu_active_shade,
  left: 9,
  top: -3,
  blur: 10,
  invert: false,
  red: 0,
  green: 0,
  blue: 0,
  alpha: 1 } })
wait 2 do
  a.exchange({ color: :red, top: 33})
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
atome-0.5.7.6.0 vendor/assets/application/examples/exchange.rb
atome-0.5.7.5.9 vendor/assets/application/examples/exchange.rb
atome-0.5.7.5.4 vendor/assets/application/examples/exchange.rb
atome-0.5.7.5.3 vendor/assets/application/examples/exchange.rb
atome-0.5.7.5.1 vendor/assets/application/examples/exchange.rb
atome-0.5.7.4.8 vendor/assets/application/examples/exchange.rb
atome-0.5.7.4.7 vendor/assets/application/examples/exchange.rb
atome-0.5.7.4.6 vendor/assets/application/examples/exchange.rb
atome-0.5.7.4.3 vendor/assets/application/examples/exchange.rb
atome-0.5.7.4.2 vendor/assets/application/examples/exchange.rb
atome-0.5.7.3.9 vendor/assets/application/examples/exchange.rb