From d8f50390215693555242c9818fb82f0b759042e1 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 26 Feb 2024 19:45:15 +0000 Subject: [PATCH] Add missed doc --- internal/animation/runner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/animation/runner.go b/internal/animation/runner.go index 2cf0e95b86..0acdb71776 100644 --- a/internal/animation/runner.go +++ b/internal/animation/runner.go @@ -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