cytoscape / cytoscape.js

Graph theory (network) library for visualisation and analysis
https://js.cytoscape.org
MIT License
10k stars 1.64k forks source link

Allow animations to be specified via style #119

Closed maxkfranz closed 10 years ago

maxkfranz commented 12 years ago

That way, animations are not specified in the code itself but in the style specification, like CSS3 animations.

maxkfranz commented 11 years ago

TODO determine if verbatim use of existing animation json syntax could be reused w/o issue

maxkfranz commented 10 years ago

Maybe reconsider this later. As is stands, there could be negative consequences to performance etc