Hello,
In https://gojs.net/latest/intro/animation.html, for “CustomAnimationEffects” example, circle nodes animation are moving between all nodes at the same speed.
1- how can I set animation only for some links not all, based on some link properties such as color (fro example only do animation for links with red color)
2- how can I set different speed for each of those links.
note: the similar question also I have for “pathAnimation” example.