Contents

symbolEffect(_:options:)

Creates a transition that applies the provided effect to symbol images within the inserted or removed view hierarchy. Other views are unaffected by this transition.

Declaration

@MainActor @preconcurrency static func symbolEffect<T>(_ effect: T, options: SymbolEffectOptions = .default) -> SymbolEffectTransition where T : SymbolEffect, T : TransitionSymbolEffect

Parameters

  • effect:

    The symbol effect value.

Return Value

A new transition.

See Also

Getting built-in transitions