Skip to content

Commit

Permalink
Document new state property
Browse files Browse the repository at this point in the history
  • Loading branch information
PimCoumans committed Jun 20, 2022
1 parent c0da223 commit 645e7d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ the ``Loop`` struct.

### Running sequence

Calling the main `AnimationPlanner` methods ``AnimationPlanner/AnimationPlanner/plan(animations:)`` and ``AnimationPlanner/AnimationPlanner/group(animations:)`` returns in a ``RunningSequence`` object. This class allows you to add a completion handler with ``RunningSequence/onComplete(_:)`` and even stop the animations with ``RunningSequence/stopAnimations()``.
Calling the main `AnimationPlanner` methods ``AnimationPlanner/AnimationPlanner/plan(animations:)`` and ``AnimationPlanner/AnimationPlanner/group(animations:)`` returns in a ``RunningSequence`` object. This class provides a ``RunningSequence/state-swift.property`` for the running sequence, allows for a completion handler to be added with ``RunningSequence/onComplete(_:)`` and even stop all its animations with ``RunningSequence/stopAnimations()``.

- ``RunningSequence``

0 comments on commit 645e7d9

Please sign in to comment.