animations

object animations
class Object
trait Matchable
class Any

Exports

Defined exports

def animate[A](time: Seconds, modifier: Seconds ?=> A => SignalFunction[Seconds, A]): Animate[A]
Exported from TimeSlot
def clamp[A](from: Seconds, to: Seconds): Seconds => Seconds
Exported from SignalFunction
Exported from SignalFunction
def pause[A](time: Seconds): Wait[A]
Exported from TimeSlot
def show[A](time: Seconds, value: A => A): Fixed[A]
Exported from TimeSlot
Exported from SignalFunction
def start[A]: Wait[A]
Exported from TimeSlot
def startAfter[A](time: Seconds): Wait[A]
Exported from TimeSlot
def wrap[A](at: Seconds): Seconds => Seconds
Exported from SignalFunction