Struct AnimationDescription
An animation description. It contains the duration of the animation, the easing function and the callback.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public struct AnimationDescription
  Fields
| Name | Description | 
|---|---|
| callback | The callback to call when the animation is running.  | 
      
| durationMs | The duration of the animation in milliseconds.  | 
      
| easing | The easing function to use for the animation.  |