[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1Animation

C1Animation Class

Contains information about a specific animation.

Inheritance
C1Animation
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public class C1Animation : BindableObject

Constructors

Name Description
C1Animation()

Initializes a new instance of a C1Animation.

Fields

Name Description
DurationProperty
DurationPropertyName
EasingProperty
EasingPropertyName
StartDelayProperty
StartDelayPropertyName

Properties

Name Description
Duration

Gets or sets the duration time of the animation.

Easing

Gets or sets the easing funtion used to interpolate the values of the animation.

StartDelay

Gets or sets the elapsed time before the animation starts.