Skip to content

@jimka/typescript-ui / core / fadeShow

Function: fadeShow()

ts
function fadeShow(component: Component, options?: FadeOptions): void

Defined in: src/typescript/lib/core/AnimatedDropdown.ts:302

Plays the standard dropdown-style entrance fade on the given component's element. Mirror of AnimatedDropdown.showAnimated for components that extend Component directly and cannot re-parent to AnimatedDropdown.

Cancels any in-flight fade-out queued by fadeHideAndDetach so a fresh show mid-dismiss keeps the panel on screen.

Parameters

component

Component

The component to fade in.

options?

FadeOptions

Optional duration / translate / animated overrides.

Returns

void