menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EasingEffects - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EasingEffects

    Easing effects for progress animation.

    Inheritance
    System.Object
    EasingEffects
    Namespace: Syncfusion.XForms.ProgressBar
    Assembly: Syncfusion.SfProgressBar.XForms.dll
    Syntax
    public sealed class EasingEffects : Enum

    Fields

    BounceIn

    Jumps towards, and then bounces as it settles at the final value.

    Declaration
    public const EasingEffects BounceIn
    Field Value
    Type
    EasingEffects

    BounceOut

    Leaps to final values, bounces 3 times, and settles.

    Declaration
    public const EasingEffects BounceOut
    Field Value
    Type
    EasingEffects

    CubicIn

    Starts slowly and accelerates.

    Declaration
    public const EasingEffects CubicIn
    Field Value
    Type
    EasingEffects

    CubicInOut

    Accelerates and decelerates. Often a natural-looking choice.

    Declaration
    public const EasingEffects CubicInOut
    Field Value
    Type
    EasingEffects

    CubicOut

    Starts quickly and the decelerates.

    Declaration
    public const EasingEffects CubicOut
    Field Value
    Type
    EasingEffects

    Linear

    Linear transformation.

    Declaration
    public const EasingEffects Linear
    Field Value
    Type
    EasingEffects

    SinIn

    Smoothly accelerates.

    Declaration
    public const EasingEffects SinIn
    Field Value
    Type
    EasingEffects

    SinInOut

    Accelerates in and decelerates out.

    Declaration
    public const EasingEffects SinInOut
    Field Value
    Type
    EasingEffects

    SinOut

    Smoothly decelerates.

    Declaration
    public const EasingEffects SinOut
    Field Value
    Type
    EasingEffects

    SpringIn

    Moves away and then leaps toward the final value.

    Declaration
    public const EasingEffects SpringIn
    Field Value
    Type
    EasingEffects

    SpringOut

    Overshoots and then returns.

    Declaration
    public const EasingEffects SpringOut
    Field Value
    Type
    EasingEffects
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved