init(from:timing:isAdditive:)
Creates a new from to by action to animate from a specified value, towards the defaultSource value.
Declaration
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
from → defaultSource