Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release v5 #8

Merged
merged 9 commits into from
Mar 9, 2025
Merged

Release v5 #8

merged 9 commits into from
Mar 9, 2025

Conversation

Insality
Copy link
Owner

@Insality Insality commented Mar 9, 2025

  • [Breaking]: tweener.tween now returns a tween object instead of a timer id. So if you used timer.cancel to cancel the tween, you need to use tweener.cancel instead.
  • Added tweener.set_pause function to pause/resume a tween
  • Added tweener.is_paused function to check if a tween is paused
  • Added tweener.is_active function to check if a tween is active

Solve #5

@Insality Insality added the enhancement New feature or request label Mar 9, 2025
@Insality Insality self-assigned this Mar 9, 2025
@Insality Insality merged commit ab03739 into main Mar 9, 2025
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants