Values

Physics

The animations will progress during the physics frame (i.e. godot.Node._PhysicsProcess).

Idle

The animations will progress during the idle frame (i.e. godot.Node._Process).

Manual

The animations will only progress manually (see godot.AnimationTree.advance).