MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / onMouseLeave

Function onMouseLeave

src/ts-tailwind/Components/PixelCard/PixelCard.tsx:257–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255
256 const onMouseEnter = () => handleAnimation('appear');
257 const onMouseLeave = () => handleAnimation('disappear');
258 const onFocus: React.FocusEventHandler<HTMLDivElement> = e => {
259 if (e.currentTarget.contains(e.relatedTarget)) return;
260 handleAnimation('appear');

Callers

nothing calls this directly

Calls 1

handleAnimationFunction · 0.70

Tested by

no test coverage detected