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