TimeSlot

indigo.shared.animation.timeline.TimeSlot
See theTimeSlot companion enum
object TimeSlot

Attributes

Companion
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TimeSlot.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def animate[A](time: Seconds)(modifier: Seconds ?=> A => SignalFunction[Seconds, A]): Animate[A]
def animate[A](time: Seconds, modifier: Seconds ?=> A => SignalFunction[Seconds, A]): Animate[A]
def pause[A](time: Seconds): Wait[A]
def show[A](time: Seconds)(value: A => A): Fixed[A]
def show[A](time: Seconds, value: A => A): Fixed[A]
def show[A](time: Seconds)(value: A): Fixed[A]
def start[A]: Wait[A]
def startAfter[A](time: Seconds): Wait[A]

Givens

Givens

given derived$CanEqual[A_$_L, A_$_R](implicit x$0: CanEqual[A_$_L, A_$_R]): CanEqual[TimeSlot[A_$_L], TimeSlot[A_$_R]]

Extensions

Extensions

extension [A](ts: TimeSlot[A])
def andThen(next: TimeSlot[A]): Combine[A]