-
Notifications
You must be signed in to change notification settings - Fork 1.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
Feedback Needed: Sequence Running #296
Comments
In re twitter thread: would be awesome to be able to sequence parallel actions in this flow.. I'm imagining cases where you want to trigger multiple actors to do separate animations, then rejoin them into a main sequence of actions after. Example:
Following that train of thought, I imagine supporting sequential operations inside of a set of parallel ones could be useful in a complex set of animations, but perhaps that's asking for too many ponies 🐱 |
Note to self: Look ahead to see if |
The biggest issue with promises is that they don't exist on every browser so you'd need to also add a shim to use them, unlike something in velocity itself ;-) The only thing I'd like to see on top of this is something like Nesting sequences as @stephen suggest above would also be cool - might be easier if the above paragraph worked there'd be no need to code specifically for it, just set Damn but that would make loads of stuff I've done look neater and far easier to code :-P 👍 |
Also, great point @Rycochet. It's worth considering implementing this into the standard syntax. |
This was insanely mind-racking to figure out how to implement, @stephen. But, it appears to work. And in just a few lines of coooode! Coming in the next release. |
Love it (and converting things now) - my only comment is on the |
https://twitter.com/Shapiro/status/509831210068348928
Any thoughts before I release this? Any related workflow issues you guys commonly encounter?
The text was updated successfully, but these errors were encountered: