Module immi::animations [] [src]

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

Structs

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.

Translation

Relative movement of the element from initial_offset to [0.0, 0.0].

Zoom

Zooms the element from initial_zoom to 1.0.

Traits

Animation

Describes a way to modify an element during an animation.

Interpolation

Describes how an animation should be interpolated.