Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AlwaysStoppedAnimation<T>

Type parameters

Hierarchy

Implements

  • RuntimeBaseClass

Index

Constructors

constructor

Properties

Readonly internalRuntimeType

internalRuntimeType: Type<typeof AlwaysStoppedAnimation> = ...

Readonly runtimeType

runtimeType: Type<typeof Animation> = ...

Readonly value

value: () => T extends double ? number : T = ...

Type declaration

    • (): T extends double ? number : T
    • Returns T extends double ? number : T

Generated using TypeDoc