Animation: Difference between revisions

Content added Content deleted
(Added reference to "gintro" library.)
m (Changed time interval from 100 to 200.)
Line 1,833: Line 1,833:


# Create a timer to update the label and simulate scrolling.
# Create a timer to update the label and simulate scrolling.
timeoutAdd(100, update, data)
timeoutAdd(200, update, data)


window.showAll()
window.showAll()