Skip to content

eo-typewriterjs


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

PropertyModifierTypeDefined in
namereadonlystringcore/cursor/types/cursor-render-options.type.ts:10
duration?readonlystringcore/cursor/types/cursor-render-options.type.ts:11
timingFunction?readonlystringcore/cursor/types/cursor-render-options.type.ts:12
delay?readonlystringcore/cursor/types/cursor-render-options.type.ts:13
iterationCount?readonlystringcore/cursor/types/cursor-render-options.type.ts:14
direction?readonlystringcore/cursor/types/cursor-render-options.type.ts:15
fillMode?readonlystringcore/cursor/types/cursor-render-options.type.ts:16
playState?readonlystringcore/cursor/types/cursor-render-options.type.ts:17

Released under the MIT License.