Sha256: fdf4c5365228408b5c2c6b466c5443fcc903faea54e41db8e502af70452af8cf
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
Shoes.app do stack top: 0.5, left: 0.5 do para "Counting up:" l = para "0" animate(24) do |i| f = ['Arial 14px', 'Serif 34px', 'Monospace 18px', 'Arial 48px'][rand(3)] l.replace "#{i}", font: f end motion do |x, y| Shoes.p [x, y] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | samples/simple-anim-text.rb |
shoes-4.0.0.pre1 | samples/simple-anim-text.rb |