Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StyleAnimatorClass

Hierarchy

Callable

  • __call(names: string | ReadonlyArray<string>, type: StyleAnimatorType): PropertyDecorator

Index

Constructors

Constructors

constructor

  • new StyleAnimatorClass<V, T, U>(view: V, names: string | ReadonlyArray<string>, value?: T | null, transition?: Transition<T> | null, priority?: undefined | string): StyleAnimator<V, T, U>