symbolEffect(_:options:)
Creates a content transition that applies the symbol Replace animation to symbol images that it is applied to.
Declaration
static func symbolEffect<T>(_ effect: T, options: SymbolEffectOptions = .default) -> ContentTransition where T : ContentTransitionSymbolEffect, T : SymbolEffectReturn Value
A new content transition.