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

Sharing easing #73

Closed
samselikoff opened this issue Mar 1, 2019 · 1 comment
Closed

Sharing easing #73

samselikoff opened this issue Mar 1, 2019 · 1 comment

Comments

@samselikoff
Copy link
Contributor

Duration seems to sometimes be shared automatically, e.g. between AnimatedContainer and an animator component that takes @durration arg.

Is it possible to do the same for easing? If I want to use Linear easing on my animator, the Container will now be "out of sync", as it falls back on the default easing of easeInOut.

@ef4
Copy link
Contributor

ef4 commented Mar 10, 2019

I do think it would be reasonable to handle easing similar to how we handle duration.

Each transition and motion would still be free to ignore or adjust it (which is already also true of duration), so we can use it in the places where it makes logical sense and not where it doesn't.

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

No branches or pull requests

2 participants