Skip to content
Snippets Groups Projects
Commit dabbdaf7 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

now fixed?

parent b90a034b
No related branches found
No related tags found
No related merge requests found
import gsap from "gsap";
import { ScrollTrigger } from "gsap/ScrollTrigger";
import { useGSAP } from '@gsap/react';
import { useGSAP } from "@gsap/react";
import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
import { useRef } from 'react';
import { MotionPathPlugin } from "gsap/MotionPathPlugin";
import { MotionPathPlugin } from "gsap/dist/MotionPathPlugin";
function TestSVG() {
gsap.registerPlugin(useGSAP);
gsap.registerPlugin(MotionPathPlugin);
gsap.registerPlugin(ScrollTrigger);
console.log("Started TestSVG")
const vectorRef = useRef(null);
const payloadRef = useRef(null);
......@@ -87,4 +88,5 @@ console.log("Started TestSVG")
);
}
export default TestSVG;
\ No newline at end of file
export default TestSVG;
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