cytoscape / cytoscape.js-cola

The Cola.js physics simulation layout for Cytoscape.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edges in compound nodes don't animate properly

nikosai opened this issue · comments

When I set infinite: true and fit: false, edges in compound nodes don't animate properly.

To reproduce

In demo-compound.html, simply change the layout option as below:

layout: {
  name: 'cola',
  infinite: true,
  fit: false
},