eo-typewriterjs / TCursorAnimationOptions
Type Alias: TCursorAnimationOptions
ts
type TCursorAnimationOptions = object;Defined in: core/cursor/types/cursor-render-options.type.ts:9
Description
Custom CSS animation configuration for a cursor
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
name | readonly | string | core/cursor/types/cursor-render-options.type.ts:10 |
duration? | readonly | string | core/cursor/types/cursor-render-options.type.ts:11 |
timingFunction? | readonly | string | core/cursor/types/cursor-render-options.type.ts:12 |
delay? | readonly | string | core/cursor/types/cursor-render-options.type.ts:13 |
iterationCount? | readonly | string | core/cursor/types/cursor-render-options.type.ts:14 |
direction? | readonly | string | core/cursor/types/cursor-render-options.type.ts:15 |
fillMode? | readonly | string | core/cursor/types/cursor-render-options.type.ts:16 |
playState? | readonly | string | core/cursor/types/cursor-render-options.type.ts:17 |