Sha256: 1bb62a650a3641a8be0fb7bd619b59bc06bc152e2b7bd929478104c5ea757928

Contents?: true

Size: 232 Bytes

Versions: 6

Compression:

Stored size: 232 Bytes

Contents

Shoes.app do
  @o = oval :top => 0, :left => 0, :radius => 40
  
  stack :margin => 40 do
    title "Dancing With a Circle"
    subtitle "How graceful and round."
  end

  motion do |x,y|
    @o.move width - x, height - y
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
scarpe-0.4.0 examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb
scarpe-0.3.0 examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb
scarpe-0.2.2 examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb
lacci-0.2.1 examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb
scarpe-0.2.1 examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb
scarpe-0.2.0 examples/legacy/not_checked/shoes-contrib/animation/oval-motion.rb