Learner
0
Q:

gsap svelte

import { gsap } from "gsap";

export function animate(node, { type, ...args }) {
  let method = gsap[type];
  return method(node, args);
}

0

New to Communities?

Join the community