Skip to content

Effects: Merge 2 articles on queues #633

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

Closed
wants to merge 3 commits into from

Conversation

arthurvr
Copy link
Member

@arthurvr arthurvr commented Mar 1, 2015

Currently we had 2 articles on queues overlapping each other, those need to be merged together (#77). After all I ended up rewriting/clarifying the whole article.

Would fix #77.

}, "slow" )
.queue(function() {
}, "slow")
.queue( function() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should either call dequeue in this function, or take a next parameter and call it so that something "after" the queue would run and it doesn't get locked up.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was what I was trying to explain people with the text further in the article. But you're right, maybe it makes sense to directly show people a good example.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@gnarf
Copy link
Member

gnarf commented Mar 6, 2015

Looking good

@arthurvr
Copy link
Member Author

arthurvr commented Mar 7, 2015

Did a commit with some fixes. What do you think, @gnarf?

height: 20
}, "slow" )
.queue(function() {
}, "slow", function() {
$( "#title" ).html( "We're in the animation, baby!" );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a callback, "in the animation" seems....

@gnarf
Copy link
Member

gnarf commented Mar 10, 2015

LGTM

@arthurvr
Copy link
Member Author

@gnarf Thanks for being that quick reviewing it. I addressed that last little thing. Gonna give people some more time to throw in feedback, and merging tomorrow.

@arthurvr arthurvr closed this in f9572e2 Mar 11, 2015
@arthurvr arthurvr deleted the rewritingQueues branch March 11, 2015 06:08
Krinkle pushed a commit that referenced this pull request Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Merge current articles on .queue and .dequeue into a single article
3 participants