summaryrefslogtreecommitdiffstats
path: root/app/throb_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/throb_animation.h')
-rw-r--r--app/throb_animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/throb_animation.h b/app/throb_animation.h
index 2405724..7dc67b3 100644
--- a/app/throb_animation.h
+++ b/app/throb_animation.h
@@ -20,7 +20,7 @@ class ThrobAnimation : public SlideAnimation {
virtual ~ThrobAnimation() {}
// Starts throbbing. cycles_til_stop gives the number of cycles to do before
- // stopping.
+ // stopping. A negative value means "throb indefinitely".
void StartThrobbing(int cycles_til_stop);
// Sets the duration of the slide animation when throbbing.