Skip to content

Commit

Permalink
Fix up sentence in animation section
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Nov 7, 2023
1 parent bf681ad commit c771a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/news/2023-11-04-bevy-0.12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,8 @@ The one caveat is that most operating systems will not report if a window is vis
The `AnimationPlayer` now has new methods for controlling playback, and utilities for checking
if an animation is playing or completed, and getting its `AnimationClip` handle.

`set_elapsed` and has been removed in favor of `seek_to`. `elapsed` now
returns the actual elapsed time and is not affected by the animation speed. `stop_repeating` have been removed
`set_elapsed` has been removed in favor of `seek_to`. `elapsed` now
returns the actual elapsed time and is not affected by the animation speed. `stop_repeating` has been removed
in favor of `set_repeat(RepeatAnimation::Never)`.

```rust
Expand Down

0 comments on commit c771a03

Please sign in to comment.