Default Animation Frame
data class DefaultAnimationFrame(size: Size, layers: List<InternalLayer>, repeatCount: Int) : InternalAnimationFrame
Content copied to clipboard
Default implementation of the AnimationFrame interface.
Constructors
DefaultAnimationFrame
Link copied to clipboard
fun DefaultAnimationFrame(size: Size, layers: List<InternalLayer>, repeatCount: Int)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(size: Size, layers: List<InternalLayer>, repeatCount: Int): DefaultAnimationFrame
Content copied to clipboard
displayOn
Link copied to clipboard
remove
Link copied to clipboard
open override fun remove()
Content copied to clipboard
Removes this AnimationFrame from the display it is visible on (if any).
Properties
layers
Link copied to clipboard
position
Link copied to clipboard
repeatCount
Link copied to clipboard
Sources
(source)
Link copied to clipboard