From 63360a4f2bdf742d88d03ec9281b9a3347a9bf92 Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:38:50 +0100 Subject: [PATCH] add link to 'multiplatform progressAnimation' issue (#150) --- docs/guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide.md b/docs/guide.md index 58e572cb5..6ff347dc6 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -421,9 +421,9 @@ Call [progress.start] to animate the progress, and [progress.update] or [progres task completes. !!! note - The [progressAnimation] builder is currently JVM-only. On other platforms, you can still use - `t.animation { progressLayout { ... } }` which will render the same widget, you'll just need to call - [progress.build] manually. + The [progressAnimation] builder is currently JVM-only - see [issue #148](https://github.com/ajalt/mordant/issues/148). + On other platforms, you can still use `t.animation { progressLayout { ... } }` which will render the same widget, + you'll just need to call [progress.build] manually. ## Prompting for input