UNPKG

cytoscape

Version:

Graph theory (a.k.a. network) library for analysis and visualisation

9 lines (6 loc) 197 B
function startAnimation( self, ani, now, isCore ){ let ani_p = ani._private; ani_p.started = true; ani_p.startTime = now - ani_p.progress * ani_p.duration; } export default startAnimation;