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

Function onMouseLeave

src/content/Components/PixelCard/PixelCard.jsx:202–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201 const onMouseEnter = () => handleAnimation('appear');
202 const onMouseLeave = () => handleAnimation('disappear');
203 const onFocus = e => {
204 if (e.currentTarget.contains(e.relatedTarget)) return;
205 handleAnimation('appear');

Callers

nothing calls this directly

Calls 1

handleAnimationFunction · 0.70

Tested by

no test coverage detected