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

Function onBlur

src/content/Components/PixelCard/PixelCard.jsx:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 handleAnimation('appear');
206 };
207 const onBlur = e => {
208 if (e.currentTarget.contains(e.relatedTarget)) return;
209 handleAnimation('disappear');
210 };
211
212 useEffect(() => {
213 initPixels();

Callers

nothing calls this directly

Calls 1

handleAnimationFunction · 0.70

Tested by

no test coverage detected