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

Made animation have more than 3 frames, added optional duration and curve properties, centered text #21

Merged
merged 2 commits into from Mar 5, 2021

Conversation

Maksim-Nikolaev
Copy link

Added optional Duration duration property, to allow developers control the animation's duration better. Didn't change the original value .
Added optional Curve curve property, to allow developers control the animation's curve better. Didn't change the original value.
Changed Row to Stack. Original Row had 3 fixed frames (left, center, right), but with Stack and Align it will animate position by given animation values (as many frames as possible, no hardcoded frames)

Also changed the text to be centered.

@boringdeveloper boringdeveloper merged commit 04b19f7 into boringdeveloper:master Mar 5, 2021
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.

None yet

2 participants