Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slide ¶
type Slide struct { Rs *render.CompositeR ContinueKey key.Code PrevKey key.Code OnClick func() // contains filtered or unexported fields }
func NewSlide ¶
func NewSlide(rs ...render.Renderable) *Slide
func NewSlideSet ¶
func NewSlideSet(n int, opts ...SlideOption) []*Slide
func (*Slide) Append ¶
func (ss *Slide) Append(rs ...render.Renderable)
func (*Slide) Transition ¶
func (ss *Slide) Transition() scene.Transition
type SlideOption ¶
func Background ¶
func Background(r render.Modifiable) SlideOption
func ControlKeys ¶
func ControlKeys(cont, prev key.Code) SlideOption
func Transition ¶
func Transition(trans scene.Transition) SlideOption
Click to show internal directories.
Click to hide internal directories.