LavaUI docs

struct SceneAnimationFlags

Swift

struct SceneAnimationFlags

Which properties a animateNode call is stating. Mirrors canvas::SceneAnimationFlags.

Sources/LavaUI/DrawList.swift:101

Constructors

init(rawValue: UInt32)

Not documented.

Sources/LavaUI/DrawList.swift:103

Properties

static let duration: SceneAnimationFlags

Read the time value as a duration rather than a decay constant — see kSceneAnimDuration in draw_command.hpp.

Sources/LavaUI/DrawList.swift:109

static let opacity: SceneAnimationFlags

Not documented.

Sources/LavaUI/DrawList.swift:105

let rawValue: UInt32

Not documented.

Sources/LavaUI/DrawList.swift:102

static let translate: SceneAnimationFlags

Not documented.

Sources/LavaUI/DrawList.swift:106