Module immi::animations [] [src]

Contains everything related to the animations that are supported by this library.

Structs

AlternateRepeated

Wraps around an interpolation and repeats the interpolation multiple times. Each uneven cycle the animation is reversed.

EaseOut

An ease-out animation. The animation progresses quickly and then slows down before reaching its final position.

Linear

A linear animation. The animation progresses at a constant rate.

Repeated

Wraps around an interpolation and repeats the interpolation multiple times.

Reversed

Wraps around an interpolation and reverses it. The element will start at its final position and go towards the start.

Traits

Interpolation

Describes how an animation should be interpolated.