Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.14 KB

File metadata and controls

43 lines (32 loc) · 1.14 KB

Linear Throbber

Following are the different variants of Linear Throbber available in this library:

BloomingDots

Three dots of this linear throbber blooms/expands in succession giving a wave like effect going from left to right.

Properties

  • dotRadius - sets the radius of the dot. default: 4.dp
  • spaceBetweenDots - sets the distance between each dot. default: 4.dp
  • dotColor - sets the color of the each dot. default: primary color from Material Theme.
sample BloomingDots

BouncingDots

Three dots of this linear throbber jumps in succession giving a wave like effect going from left to right.

Properties

  • dotRadius - sets the radius of the dot. default: 4.dp
  • spaceBetweenDots - sets the distance between each dot. default: 4.dp
  • travelDistance - sets the distance each dot jumps. default: 8.dp
  • dotColor - sets the color of the each dot. default: primary color from Material Theme.
sample BouncingDots