controllerId property
Identifies which AnimationController this tick belongs to.
Each controller has a unique id, and when an AnimationTickMsg arrives
in handleUpdate, we match controllerId against the controller's id
to dispatch the tick to the correct controller.
Implementation
final Object controllerId;