-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
Animation chaining #218
Labels
a: animation
Animation APIs
c: new feature
Nothing broken; request for a new capability
framework
flutter/packages/flutter repository. See also f: labels.
Comments
FlutterIssues
added
affects: dev experience
framework
flutter/packages/flutter repository. See also f: labels.
c: new feature
Nothing broken; request for a new capability
labels
Nov 9, 2015
There's a bunch of variants:
|
We have this, you can now write a method with "async" and "await" that runs different controllers in sequence. |
Closed
This was referenced Jul 19, 2018
Closed
This was referenced Oct 2, 2019
This was referenced Dec 16, 2019
This was referenced Dec 17, 2019
This was referenced Jan 4, 2020
This was referenced Jan 11, 2020
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
a: animation
Animation APIs
c: new feature
Nothing broken; request for a new capability
framework
flutter/packages/flutter repository. See also f: labels.
Issue by HansMuller
Wednesday Oct 21, 2015 at 23:10 GMT
Originally opened as https://github.com/flutter/engine/issues/1727
I'd like a way to chain performances together.
Sometimes animations are too complex to easily define in terms of one performance. It would be nice if one could chain performances together. For example: I'd like to be able to say that performance B should begin when performance A passes t=0.5 or when performance A starts or ends.
The text was updated successfully, but these errors were encountered: