Skip to content

Conversation

@frank-weindel
Copy link
Contributor

  • IAnimationController is now an event emitter.
  • waitUntilStarted() has been replaced by the 'animating' event
  • Added 'stopped' event.
  • waitUntilStopped() promised is now created more consistently
  • Excess dt that depletes a delay is now applied to the animation progress

Redo of #274 since it got accidentally merged into the wrong branch

- IAnimationController is now an event emitter.
- `waitUntilStarted()` has been replaced by the 'animating' event
- Added 'stopped' event.
- `waitUntilStopped()` promised is now created more consistently
- Excess `dt` that depletes a delay is now applied to the animation
  progress
Copy link
Contributor

@michielvandergeest michielvandergeest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@frank-weindel frank-weindel added this pull request to the merge queue May 31, 2024
Merged via the queue into main with commit 68d2791 May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Animation events are missing in CoreAnimation/CoreAnimationController

3 participants