Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Added a duration for Tweenables and a Sequence of Tweenables #19

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

Philipp-M
Copy link
Owner

Tweenables now have a duration, which makes sense when using e.g. in a Sequence.
The Sequence is currently modeled via tuples.
Currently just for (impl Tweenable, impl Tweenable) but this may be extended (via macros) to more than just 2 element tuples.
This also adds a trait AnyTweenableElement which is necessary for the Sequence.

Tweenables now have a duration, which makes sense when using e.g.
in a Sequence.
The Sequence is currently modeled via tuples.
This also adds a trait `AnyTweenableElement` which is necessary for the Sequence
@Philipp-M Philipp-M changed the title Added a duration for Tweenables and added a Sequence of Tweenables Added a duration for Tweenables and a Sequence of Tweenables Feb 21, 2024
@Philipp-M Philipp-M merged commit 2f8d66b into main Feb 21, 2024
7 checks passed
@Philipp-M Philipp-M deleted the tweenable-sequence branch February 21, 2024 00:33
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.

1 participant