diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-15 12:45:42 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-15 12:45:42 -0400 |
| commit | b9a10c183a384f1ef52a999e12cb28a7c4fbbf55 (patch) | |
| tree | 082159e3fdaf96dddfc68c8d1badd0003302832d /src/client/views/nodes/trails | |
| parent | 213e5c5ab7dcb7a92a2d6c0e2ca10433ddc3141f (diff) | |
more cleanup
Diffstat (limited to 'src/client/views/nodes/trails')
| -rw-r--r-- | src/client/views/nodes/trails/SlideEffect.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/client/views/nodes/trails/SlideEffect.tsx b/src/client/views/nodes/trails/SlideEffect.tsx index bad1fd8fa..e0be86875 100644 --- a/src/client/views/nodes/trails/SlideEffect.tsx +++ b/src/client/views/nodes/trails/SlideEffect.tsx @@ -54,9 +54,6 @@ export default function SpringAnimation({ doc, dir, friction, tension, mass, pre once: true, }); - // Whether the animation is currently playing - const [animating, setAnimating] = useState(false); - const zoomConfig = { from: { scale: 0, @@ -248,13 +245,6 @@ export default function SpringAnimation({ doc, dir, friction, tension, mass, pre }, }; - const lightspeedConfig = { - from: { - opacity: 0, - }, - to: [], - }; - // Switch animation depending on slide effect const startAnimation = () => { api.stop(); |
