A Motion profile card that shimmers for 2.5s then swaps to the loaded Follow card, rebuilt from the official AnimateView example using motion/react.
"use client" import SkeletonShimmer from "@/components/ui/motion-skeleton-shimmer" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <SkeletonShimmer /> </div> ) }