@vowel.to/client / index / FloatingCursorAnimation
Interface: FloatingCursorAnimation
Defined in: lib/vowel/types/types.ts:467
Floating cursor animation configuration
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
enableTyping? | boolean | Enable typing animation for text (default: true) | lib/vowel/types/types.ts:469 |
typingSpeed? | number | Typing speed in milliseconds per character (default: 50) | lib/vowel/types/types.ts:471 |
enableBounce? | boolean | Enable bounce animation when idle (default: true) | lib/vowel/types/types.ts:473 |
transitionDuration? | number | Transition duration for position changes in ms (default: 1000) | lib/vowel/types/types.ts:475 |
transitionEasing? | string | Transition easing function (default: 'ease-out') | lib/vowel/types/types.ts:477 |