Contents

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 : SymbolEffect

Return Value

A new content transition.

See Also

Getting content transitions