Skip to content

Commit

Permalink
Add missed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 9, 2024
1 parent 009fc83 commit d8f5039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/animation/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ func (r *Runner) Stop(a *fyne.Animation) {
r.pendingAnimations = newList
}

// TickAnimations progresses all running animations by one tick.
// This will be called from the driver to update objects immediately before next paint.
func (r *Runner) TickAnimations() {
if !r.runnerStarted {
return
Expand Down

0 comments on commit d8f5039

Please sign in to comment.