> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/game-creator-2-assets/cozy-stylized-weather-integration/instructions/transition-time.md).

# Transition Time

```
COZY > Transition Time
```

## Description

```csharp
Gradually transitions the time
```

## Parameters <a href="#parameters" id="parameters"></a>

<table><thead><tr><th>Name</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Hour</td><td>The target hour for the transition</td><td></td></tr><tr><td>Minute</td><td>The target minute for the transition</td><td></td></tr><tr><td>Duration</td><td>How long it takes to perform the transition</td><td></td></tr><tr><td>Easing</td><td>The change rate of the time over the transition period</td><td></td></tr><tr><td>Wait to Complete</td><td>Whether to wait until the transition is finished</td><td></td></tr></tbody></table>

## Keywords

```
Time, Transition, Cozy, Easing, Duration, Tween
```
