Enum AlphaFunctionSpringType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for predefined spring animation types. This presets are based on typical spring behavior tuned for different motion effects.
public enum AlphaFunctionSpringType
Fields
| Name | Description |
|---|---|
| Bouncy | Bouncy spring. Highly elastic and oscillatory animation. |
| Gentle | Gentle spring. slower and smoother motion with less oscillation. |
| Quick | Quick spring, Fast settling animation with minimal overshoot. |
| Slow | Slow spring. Smooth and relaxed motion with longer settling. |