Skip to content

Instantly share code, notes, and snippets.

"use client";
import { motion, Variants } from "framer-motion";
const pathVariants: Variants = {
initial: { pathLength: 0, fillOpacity: 0 },
animate: ({
fillOpacity,
delay,
}: {