cursor
Cursor Blend
A mix-blend-mode:difference circle that inverts against whatever it crosses.
- cursor
Quick usage
usage
import { CursorBlend } from "@pinky-ui/effects";
<CursorBlend />Install
Add @pinky-ui/effects as a dependency, or use the CLI to copy this component's source directly into your project — no dependency to manage, fully editable.
shell
npm install @pinky-ui/effectsshell
pnpm add @pinky-ui/effectsshell
yarn add @pinky-ui/effectsshell — copies source into your project
npx pinky-ui add cursor-blendPrefer to run the whole repository locally instead?
repository
git clone https://github.com/florash/Pinky-UI.git
cd Pinky-UI
npm install
npm run devAccessibility
- Motion never carries the only meaning; the underlying content remains in the DOM.
- Pair pointer effects with an equivalent focus or keyboard state where the target is interactive.
Reduced motion
The effect resolves to a static readable state when motion is reduced.
When to use
- As a restrained enhancement to meaningful content.
When not to use
- When the content or control would be unclear without motion.