@jimka/typescript-ui / core / fadeShow
Function: fadeShow()
ts
function fadeShow(component: Component, options?: FadeOptions): voidDefined 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
The component to fade in.
options?
Optional duration / translate / animated overrides.
Returns
void