---
title: timeToTarget
framework: phase
role: symbol
role_heading: Instance Property
path: phase/phasegrouppreset/timetotarget
---

# timeToTarget

A duration in which the engine fades the settings from their original value to their new value.

## Declaration

```swift
var timeToTarget: Double { get }
```

## Discussion

Discussion This property determines the speed of activation when the app calls activate(). The framework scales the value by unitsPerSecond.

## See Also

### Fading Between Settings

- [timeToReset](phase/phasegrouppreset/timetoreset.md)
