Skip to main content

AlphaAnimation

declare class AlphaAnimation {}

AlphaAnimation

Instance Method

constructor

declare class AlphaAnimation {
constructor(fromAlpha: number, toAlpha: number)
}
  • Description

    Create a new alphaAnimation;

applyTransformation

declare class AlphaAnimation {
applyTransformation(interpolatedTime: number, t: Transformation): void
}
  • Description

    Helper for getTransformation.

willChangeBounds

declare class AlphaAnimation {
willChangeBounds(): boolean
}
  • Description

    Indicates whether or not this animation will affect the bounds of the animated view.

willChangeTransformationMatrix

declare class AlphaAnimation {
willChangeTransformationMatrix(): boolean
}
  • Description

    Indicates whether or not this animation will affect the transformation matrix.