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 : TransitionSymbolEffectParameters
- effect:
The symbol effect value.
Return Value
A new transition.