Skip to content

Commit ebfd211

Browse files
committed
Update CHANGELOG.md
1 parent b0872c1 commit ebfd211

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ The Animation API has had a significant overhaul to improve playback handling. I
302302
* The `Component.Animation.getYoyo` method has now been removed. You can read the value using the `yoyo` property.
303303
* The `stopAfterRepeat` method now has an optional parameter `repeatCount`, so you can tell the animation to stop after a specified number of repeats, not just 1.
304304
* When playing an animation in reverse, if it reached the first frame and had to repeat, it would then jump to the frame before the final frame and carry on, skipping out the final frame.
305+
* The `Component.Animation.updateFrame` method has now been removed. Everything is handled by `setCurrentFrame` instead, which removes one extra step out of the update process.
305306

306307
### New Features
307308

0 commit comments

Comments
 (0)