Sha256: 158a8f1790eef9ff8d0a648d598171a3485966a1ceefe08cf96b1afdd0db8b87

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

Stored size: 277 Bytes

Contents

# action example
a = box({ atome_id: :the_box })
a.action do
    a.animate({
                start: { x: 3, y: 33 },
                end: { x: 99, y: 99 },
                duration: 3000,
                loop: 0,
                target: a.atome_id
              })
end
a.action

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
atome-0.4.7.0 vendor/assets/build/medias/rubies/examples/Old_examples/action.rb
atome-0.4.5.4 vendor/assets/build/medias/rubies/examples/Old_examples/action.rb