protocol Animatable
Swift
protocol Animatable
A value that can be interpolated between two endpoints.
Sources/LavaUI/Animation.swift:4
Methods
static func interpolate(_ from: Self, _ to: Self, _ t: Float) -> Self
Not documented.
Sources/LavaUI/Animation.swift:5