Skip to content

eo-typewriterjs


eo-typewriterjs / TCursorAnimation

Type Alias: TCursorAnimation

ts
type TCursorAnimation = 
  | "blink"
  | "none"
  | TCursorAnimationOptions;

Defined in: core/cursor/types/cursor-render-options.type.ts:27

Description

Cursor animation setting.

  • "blink" - built-in opacity-blink animation injected by the DOM renderer
  • "none" - no animation; cursor is fully static
  • object - fully custom CSS animation via TCursorAnimationOptions

Released under the MIT License.