Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is the main driver for animations package
func (*Runner) Stop ¶
Stop causes an animation to stop ticking (if it was still running) and removes it from the runner.
func (*Runner) TickAnimations ¶ added in v2.6.0
func (r *Runner) TickAnimations()
TickAnimations progresses all running animations by one tick. This will be called from the driver to update objects immediately before next paint.
Click to show internal directories.
Click to hide internal directories.