Template

class Template(val numFrames: Int, val frameDuration: Duration, val looping: Boolean = true, val handler: RenderScope.(Int) -> Unit)

A template for a render animation, useful if you want to define an animation once but instantiate several copies of it throughout your program.

Constructors

Link copied to clipboard
constructor(numFrames: Int, frameDuration: Duration, looping: Boolean = true, handler: RenderScope.(Int) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val looping: Boolean = true
Link copied to clipboard