Skip to content

@vowel.to/client v0.3.3-beta


@vowel.to/client / index / FloatingCursorAnimation

Interface: FloatingCursorAnimation

Defined in: lib/vowel/types/types.ts:616

Floating cursor animation configuration

Properties

PropertyTypeDescriptionDefined in
enableTyping?booleanEnable typing animation for text (default: true)lib/vowel/types/types.ts:618
typingSpeed?numberTyping speed in milliseconds per character (default: 50)lib/vowel/types/types.ts:620
enableBounce?booleanEnable bounce animation when idle (default: true)lib/vowel/types/types.ts:622
transitionDuration?numberTransition duration for position changes in ms (default: 1000)lib/vowel/types/types.ts:624
transitionEasing?stringTransition easing function (default: 'ease-out')lib/vowel/types/types.ts:626