diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/config.ts b/components/config.ts index 2153445..80f89d1 100644 --- a/components/config.ts +++ b/components/config.ts @@ -45,8 +45,8 @@ export const initialPhysics = { highlightLinkSize: 2, highlightAnim: false, animationSpeed: 250, - algorithms: options, - algorithmOptions: algorithms, + algorithms: algorithms, + algorithmOptions: options, algorithmName: 'CubicOut', orphans: false, follow: 'Local', |