Class SfEffects
Specifies the type of the animation for the views in SfEffectsView.
Inheritance
System.Object
    SfEffects
  Namespace: Syncfusion.Maui.Toolkit.EffectsView
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class SfEffects : Enum
  Remarks
This enumeration has a Flags attribute that allows a bitwise combination of its member values.
Fields
Highlight
Smooth transition on the background color of the view.
Declaration
public const SfEffects Highlight
  Field Value
| Type | 
|---|
| SfEffects | 
None
No effect.
Declaration
public const SfEffects None
  Field Value
| Type | 
|---|
| SfEffects | 
Ripple
Ripple is a growable circle, and it grows till the whole layout is filled. It depends on InitialRippleFactor.
Declaration
public const SfEffects Ripple
  Field Value
| Type | 
|---|
| SfEffects | 
Rotation
Rotation is a circular movement of the view based on the specified Angle.
Declaration
public const SfEffects Rotation
  Field Value
| Type | 
|---|
| SfEffects | 
Scale
Scale is smooth scaling transition from actual size to the specified ScaleFactor in pixels.
Declaration
public const SfEffects Scale
  Field Value
| Type | 
|---|
| SfEffects | 
Selection
Selection is smooth color transition to denote the view state as Selected.
Declaration
public const SfEffects Selection
  Field Value
| Type | 
|---|
| SfEffects |