Skip to content
Snippets Groups Projects
Commit 2328ca17 authored by Maximilian Leo Huber's avatar Maximilian Leo Huber
Browse files

fixed wrong RefName and added timeline use

parent f2b49df4
No related branches found
No related tags found
No related merge requests found
Pipeline #415495 failed
......@@ -55,11 +55,14 @@ export function Home() {
}
})
.from(".theLine", {drawSVG: 0}, 0)
.to(payloadRef.current, {motionPath:{
.to(vectorRef.current, {motionPath:{
path:".theLine",
align:".theLine",
alignOrigin:[0.5, 0.5],
}}, 0)
mainTimeline.pause()
mainTimeline.resume()
},
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment