trait HasSpinner

Properties

protected string[] $frames

The frames of the spinner (single dot moving around the perimeter).

protected string $staticFrame

The frame to render when the spinner is static.

protected int $interval

The interval between frames.

Methods

string
spinnerFrame(int $count)

Get the spinner frame for the given count.

Details

at line 29
string spinnerFrame(int $count)

Get the spinner frame for the given count.

Parameters

int $count

Return Value

string