init()
Creates a transaction.
トランザクションを作成します。
init(animation: Animation?)
Creates a transaction and assigns its animation property.
あるトランザクションを作成します、そしてそれのアニメーションプロパティを割り当てます。
Availability 有効性
Technology
@frozen struct Transaction
Use a transaction to pass an animation between views in a view hierarchy. トランザクションを使って、アニメーションをあるビュー階層においてビューそれらの間で起こしてください。
The root transaction for a state change comes from the binding that changed, plus any global values set by calling with
or with
.
init()
init(animation: Animation?)
var animation: Animation?
var disablesAnimations : Bool
var isContinuous : Bool
func withTransaction <Result>(Transaction, () throws -> Result) rethrows -> Result