Sha256: 8c847da0404b279773d75b1ed8d5df1aaf3ae9b73d260924cb1e3aadcda8d650
Contents?: true
Size: 228 Bytes
Versions: 2
Compression:
Stored size: 228 Bytes
Contents
Shoes.app do fill goldenrod stroke tomato strokewidth 6 oval 200, 100, 360, 360 animate 24 do |frame| left = 200 + Math.sin(frame) * 80 top = 100 + Math.cos(frame) * 80 oval left, top, 360, 360 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | samples/simple-animate.rb |
shoes-4.0.0.pre1 | samples/simple-animate.rb |