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

Add view properties animators #150

Open
natinusala opened this issue Mar 16, 2021 · 0 comments
Open

Add view properties animators #150

natinusala opened this issue Mar 16, 2021 · 0 comments
Labels

Comments

@natinusala
Copy link
Owner

natinusala commented Mar 16, 2021

We should be able to animate views / their properties. Animations can have multiple steps, animating multiple parts.

For example animate the scale from 0 to 1 in 10s then animate translationX for 25s while animating rotation for 10s, etc...

Animations could be defined programmatically but in XML files too if necessary. Since animations can have multiple steps / keyframes, it might be interesting to have a nice XML format to define it once and play it on multiple occasions. Or it might be overkill.

API is to be designed before starting working on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant