LavaUI docs

struct TransitionView

Swift

struct TransitionView<Content> where Content : View

content.transition(...)

Attaches to the content's own node where it can, exactly like ModifiedView, so a transition costs no extra layout box unless the content is a fragment with no single node to carry it.

Sources/LavaUI/Transition.swift:104

Constructors

init(content: Content, transition: Transition)

Not documented.

Sources/LavaUI/Transition.swift:108

Properties

var content: Content

Not documented.

Sources/LavaUI/Transition.swift:105

var dumpDetail: String { get }

Not documented.

Sources/LavaUI/Transition.swift:113

var transition: Transition

Not documented.

Sources/LavaUI/Transition.swift:106

Methods

func mountPrimitive() -> any AnyViewNode

Not documented.

Sources/LavaUI/Transition.swift:122

func reconcilePrimitive(_ node: any AnyViewNode) -> any AnyViewNode

Not documented.

Sources/LavaUI/Transition.swift:126

func structureLines(indent: Int = 0) -> [String]

Not documented.

Sources/LavaUI/Transition.swift:115