PiRSquared17 / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Animate refinement and coarsening #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The JS library we're using makes it easy to animate\transform the depicted 
model.

Animation between the old and then new graph would help remove the surprise 
factor -- it would help the user comprehend how the graph was transformed by 
the operation.

Original issue reported on code.google.com by bestchai on 5 May 2011 at 12:37

GoogleCodeExporter commented 9 years ago
A simple way of doing this is to re-use existing code in Raphaël. Here is an 
animation example:
http://raphaeljs.com/bounce.html

Original comment by bestchai on 5 May 2011 at 12:50

GoogleCodeExporter commented 9 years ago
Another page with some transformation demos:
http://raphaeljs.com/animation.html

Original comment by bestchai on 5 May 2011 at 11:46