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

Enable setting normalized value to transition #14

Closed
adrenak opened this issue Dec 10, 2020 · 3 comments
Closed

Enable setting normalized value to transition #14

adrenak opened this issue Dec 10, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request released
Projects

Comments

@adrenak
Copy link
Owner

adrenak commented Dec 10, 2020

Should be able to interpolate between transition points using code. Eg. even though opacity transitioner has a default transition animation based on duration, tween etc, the programmer should be able to have manual control.

@adrenak adrenak added the enhancement New feature or request label Dec 10, 2020
@adrenak adrenak self-assigned this Dec 10, 2020
@adrenak adrenak added this to To do in ugx Mar 31, 2021
@adrenak adrenak moved this from To do to In progress in ugx Mar 31, 2021
@adrenak
Copy link
Owner Author

adrenak commented Mar 31, 2021

Can be done through Lerp already, no need to make this a UGX feature.

@adrenak adrenak closed this as completed Mar 31, 2021
ugx automation moved this from In progress to Done Mar 31, 2021
@adrenak
Copy link
Owner Author

adrenak commented Apr 9, 2021

Required for #15

@adrenak adrenak reopened this Apr 9, 2021
ugx automation moved this from Done to To do Apr 9, 2021
@adrenak adrenak closed this as completed in 742c500 Apr 9, 2021
ugx automation moved this from To do to Done Apr 9, 2021
github-actions bot pushed a commit that referenced this issue Apr 9, 2021
TransitionBase implementations need to implement .SetProgress(float)
to allow setting the transition progress between 0 and 1.
@github-actions
Copy link

github-actions bot commented Apr 9, 2021

🎉 This issue has been resolved in version 5.16.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
No open projects
ugx
Done
Development

No branches or pull requests

1 participant