animations

indigo.syntax.animations
object animations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
animations.type

Members list

Value members

Concrete methods

def easeIn: Seconds ?=> SignalFunction[Seconds, Double]
def layer[A](timeslots: TimeSlot[A]*): TimelineAnimation[A]
def lerp: Seconds ?=> SignalFunction[Seconds, Double]
def timeline[A](animations: TimelineAnimation[A]*): Timeline[A]

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
def cos: Seconds => Double
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
def sin: Seconds => Double
Exported from SignalFunction
def smoothPulse: Seconds => Double
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