Package animated-canvas.plt contributed by williams 
To load: (require (planet williams/animated-canvas:2:5/animated-canvas))
Old style:(require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 5)))
Min Racket version: 5.2
Package description:
This library provides an animated-canvas% class that specializes the Gracket canvas% class to provide a simple double-buffered animation capability in Racket. Two demonstration programs are also provided.
Downloads this week: 0
Total downloads: 786
Tickets:0
Open tickets:0
Primary files:
animated-canvas.rkt
[no interface available]
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 5)
401
[none]
5.2Monday, November 19th, 2012
To load: (require (planet williams/animated-canvas:2:5/animated-canvas))
Available in repositories: 4.x
Added animations of insertion sort and bubble sort using the plot collection.
No Tickets Currently open for this Package [New Ticket]

 Old versions
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 4)
94
[none]
5.2Friday, December 2nd, 2011
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 4))))
Available in repositories: 4.x
Changed make-ivl instance to ivl to work with the latest nightly builds.
(2 3)
3
[none]
5.2Sunday, November 13th, 2011
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 3))))
Available in repositories: 4.x
Updated the examples to show animations using the new plot collection.
(2 2)
68
[none]
5.0Wednesday, October 27th, 2010
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 2))))
Available in repositories: 4.x
Minor documentation changes.
(2 1)
21
[none]
5.0Wednesday, June 2nd, 2010
To load: (require (planet "animated-canvas.rkt" ("williams" "animated-canvas.plt" 2 (= 1))))
Available in repositories: 4.x
Updated for Racket naming conventions.
(2 0)
3
[none]
5.0Wednesday, June 2nd, 2010
To load: (require (planet "[file]" ("williams" "animated-canvas.plt" 2 (= 0))))
Available in repositories: 4.x
[no release notes]
(1 1)
165
[none]
[none]Monday, November 24th, 2008
To load: (require (planet "animated-canvas.ss" ("williams" "animated-canvas.plt" 1 (= 1))))
Available in repositories: 4.x
Scribble documentation update and added license.txt.
(1 0)
31
[none]
[none]Friday, September 26th, 2008
To load: (require (planet "animated-canvas.ss" ("williams" "animated-canvas.plt" 1 (= 0))))
Available in repositories: 4.x
Initial PLaneT release of the animated canvas.