# PlayerSettings.SplashScreen.AnimationMode

> The type of animation applied during the Splash Screen.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public enum PlayerSettings.SplashScreen.AnimationMode
```

## Fields

| Value                                                                                                    | Description                                                                                                                                                                                                                                                                                                                                                      |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Custom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenanimationmode/custom.md) | Animates the Splash Screen using custom values from [PlayerSettings.SplashScreen.animationBackgroundZoom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/animationbackgroundzoom.md) and [PlayerSettings.SplashScreen.animationLogoZoom](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreen/animationlogozoom.md). |
| [Dolly](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenanimationmode/dolly.md)   | Animates the Splash Screen with a simulated dolly effect.                                                                                                                                                                                                                                                                                                        |
| [Static](/engine/6000.7/script-reference/unityeditor/playersettings/splashscreenanimationmode/static.md) | No animation is applied to the Splash Screen logo or background.                                                                                                                                                                                                                                                                                                 |
