Android.Views.Animations.AlphaAnimation Class
An animation that controls the alpha level of an object.

See Also: AlphaAnimation Members

Syntax

[Android.Runtime.Register("android/view/animation/AlphaAnimation", DoNotGenerateAcw=true)]
public class AlphaAnimation : Animation

Remarks

An animation that controls the alpha level of an object. Useful for fading things in and out. This animation ends up changing the alpha property of a Android.Views.Animations.Transformation

[Android Documentation]

Requirements

Namespace: Android.Views.Animations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1