Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Here is something else that doesn't work, but I think someone else might be able to help with fixing it. The idea is to use html to get the animations side-by-side.

html('<table><tr>')
html('<td>TITLE HERE</td></tr>')
html('<tr><td>')
singraph.show()
html('</td>')
html('<td>')
unitcircle.show()
html('</td>')
html('</tr></table>')

At the moment, these animations don't come out side-by-side. However, the animations do appear to be in sync.