@krainovsd/graph 0.10.0-rc8 → 0.11.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/index.cjs CHANGED
@@ -1072,7 +1072,7 @@ function linkHighlight(opts) {
1072
1072
  let arrowBorderColor = opts.linkOptions.arrowBorderColor;
1073
1073
  if (opts.arrow && opts.arrowByHighlight) {
1074
1074
  /** Highlighted */
1075
- arrowAlpha = animationByProgress(0, opts.linkOptions.arrowAlpha, opts.highlightProgress);
1075
+ arrowAlpha = 1;
1076
1076
  }
1077
1077
  if (opts.highlightForLinkColor) {
1078
1078
  /** Color */