Structure

Transaction

The context of the current state-processing update. 現在の状態経過の最新情報の前後関係。

Declaration 宣言

@frozen struct Transaction

Overview 概要

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 withTransaction(_:_:) or withAnimation(_:_:).

Topics 話題

Creating a Transaction トランザクションを作成する

Managing Animations アニメーションを管理する

Getting Information About a Transaction トランザクションについての情報を取得する

See Also 参照

Transactions