Documentation ¶
Index ¶
- type Animation
- func GarbleLeft(s string, iters int, delay time.Duration) Animation
- func GarbleLeftSimple(s string) Animation
- func GarbleRight(s string, iters int, delay time.Duration) Animation
- func GarbleRightSimple(s string) Animation
- func None(s string) Animation
- func SlideInLeft(s string) Animation
- func SlideInLeftX(s string, delay time.Duration) Animation
- func SlideInRight(s string) Animation
- func SlideOutLeft(s string) Animation
- func SlideOutRight(s string) Animation
- func SlideOutRightX(s string, delay time.Duration) Animation
- type GarbleAnimation
- type NoAnimation
- type SlideAnimation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Animation ¶
func GarbleLeftSimple ¶
func GarbleRightSimple ¶
func SlideInLeft ¶
func SlideInRight ¶
func SlideOutLeft ¶
func SlideOutRight ¶
type GarbleAnimation ¶
type GarbleAnimation struct {
// contains filtered or unexported fields
}
func (*GarbleAnimation) Content ¶
func (g *GarbleAnimation) Content() string
func (*GarbleAnimation) Delay ¶
func (g *GarbleAnimation) Delay()
func (*GarbleAnimation) Done ¶
func (g *GarbleAnimation) Done() bool
func (*GarbleAnimation) Width ¶
func (g *GarbleAnimation) Width(width int)
type NoAnimation ¶
type NoAnimation struct {
// contains filtered or unexported fields
}
func (*NoAnimation) Content ¶
func (n *NoAnimation) Content() string
func (*NoAnimation) Delay ¶
func (n *NoAnimation) Delay()
func (*NoAnimation) Done ¶
func (n *NoAnimation) Done() bool
func (*NoAnimation) Width ¶
func (n *NoAnimation) Width(width int)
type SlideAnimation ¶
type SlideAnimation struct {
// contains filtered or unexported fields
}
func (*SlideAnimation) Content ¶
func (s *SlideAnimation) Content() string
func (*SlideAnimation) Delay ¶
func (s *SlideAnimation) Delay()
func (*SlideAnimation) Done ¶
func (s *SlideAnimation) Done() bool
func (*SlideAnimation) Width ¶
func (s *SlideAnimation) Width(width int)
Click to show internal directories.
Click to hide internal directories.