Progress

Type Alias Progress 

Source
pub type Progress = u8;
Expand description

Animation progress value (0-100).

This represents the completion percentage of an animation, where:

  • 0 = animation start
  • 100 = animation complete
  • Values in between represent partial completion