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

Sequencing in UI Pack doesn't work on display: none if not the last item #421

Closed
AlexeyGorokhov opened this issue Jan 28, 2015 · 2 comments
Labels

Comments

@AlexeyGorokhov
Copy link

animSequence = [
// Hide the spinner
{
e: $spinner,
p: { opacity: 0 },
o: {
duration: 150,
display: "none"
}
},
// Show the button
{
e: $btn,
p: { opacity: 1 },
o: {
duration: 150,
visibility: "visible"
}
}
];
$.Velocity.RunSequence(animSequence);

The spinner won't get display: none. Although, if it goes after the button, everything works correctly.

@AlexeyGorokhov
Copy link
Author

Here's a fiddle: http://jsfiddle.net/AlexeyGorokhov/gjLft5ch/2/

@JamesAtkinson
Copy link

This looks to be linked to issue #413

Rycochet pushed a commit that referenced this issue Aug 3, 2020
Fixes bug with e/p/o shorthands and Sequence Running. Closes #413.
Closes #421. Closes #435.

Closes #415. Thanks, @dabernathy89!

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

No branches or pull requests

3 participants