---
title: "init(from:timing:isAdditive:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/fromtobyaction/init(from:timing:isadditive:)"
---

# init(from:timing:isAdditive:)

Creates a new from to by action to animate from a specified value, towards the defaultSource value.

## Declaration

```swift
init(from: Value, timing: AnimationTimingFunction = .linear, isAdditive: Bool = false)
```

## Parameters

- `from`: Value set at the start of the animation.
- `timing`: Controls the progress of the animation.
- `isAdditive`: Specifies whether you can additively blend the output from the action’s animation.

## Discussion

Discussion from → defaultSource
