A Motion for React box that uses null wildcard keyframes on hover so scale can interrupt from the current value, from the official Motion examples catalog.
"use client" import KeyframesWildcards from "@/components/ui/motion-keyframes-wildcards" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <KeyframesWildcards /> </div> ) }