Kaplay.TweenController
Types
t
type t = {mutable paused: bool}
Fields
paused bool
Values
cancel
let cancel: t => unit
Parameters
Return type
unit
finish
let finish: t => unit
Parameters
Return type
unit
onEnd
let onEnd: (t, unit => unit) => unit
Return type
unit
then
let then: (t, unit => unit) => t