Part V. Clutter Animation Framework

Clutter has a fully extensible animation framework providing support for explicit and implicit animations of single actors as well as groups of actors.

Table of Contents

Base classes
ClutterTimeline — A class for time-based events
ClutterAlpha — A class for calculating a value as a function of time
High Level API
Value intervals — An object holding an interval of two values
Implicit Animations — Simple implicit animations
ClutterAnimatable — Interface for animatable classes
ClutterAnimator — Multi-actor tweener
ClutterState — State machine with animated transitions