Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewAnimatorConstructor<V, T, U, I>

Type parameters

  • V: View

  • T

  • U = never

  • I = {}

Hierarchy

  • ViewAnimatorConstructor

Index

Constructors

Properties

Constructors

constructor

  • new ViewAnimatorConstructor(owner: V, animatorName: undefined | string): ViewAnimator<V, T, U> & I
  • Parameters

    • owner: V
    • animatorName: undefined | string

    Returns ViewAnimator<V, T, U> & I

Properties

prototype

prototype: ViewAnimator<any, any, never> & I

Generated using TypeDoc