Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scroller ¶
type Scroller struct {
Text string
AfterText string
BeforeText string
Delay float64
Length int
NewLine bool
PaddingText string
Reverse bool
Scroll bool
Timeout int
// contains filtered or unexported fields
}
func NewScroller ¶
func NewScroller(text string, opt ScrollerOptions) (*Scroller, error)
func (*Scroller) CurrentString ¶
Click to show internal directories.
Click to hide internal directories.