Skip to content

Commit

Permalink
add link to 'multiplatform progressAnimation' issue (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy authored Jan 18, 2024
1 parent bec3fca commit 63360a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63360a4

Please sign in to comment.