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

Animation chaining #218

Closed
FlutterIssues opened this issue Nov 9, 2015 · 3 comments
Closed

Animation chaining #218

FlutterIssues opened this issue Nov 9, 2015 · 3 comments
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
Copy link

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.

@FlutterIssues 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
@Hixie Hixie added the a: animation Animation APIs label Nov 18, 2015
@abarth
Copy link
Contributor

abarth commented Nov 18, 2015

There's a bunch of variants:

  • Sequential composition
  • Parallel composition

@Hixie Hixie modified the milestone: Blue Sky Dec 16, 2015
@abarth abarth changed the title Performance chaining Animation chaining Feb 1, 2016
@Hixie Hixie modified the milestones: 6: Future Future, 5: Make Hixie proud Jan 23, 2017
@Hixie
Copy link
Contributor

Hixie commented Jun 6, 2017

We have this, you can now write a method with "async" and "await" that runs different controllers in sequence.

@Hixie Hixie closed this as completed Jun 6, 2017
@efidje efidje mentioned this issue May 8, 2018
@github-actions
Copy link

github-actions bot commented Sep 4, 2021

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 flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 4, 2021
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.
Projects
None yet
Development

No branches or pull requests

3 participants