-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix: finish running animations - closes #12044 #12045
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
Conversation
Kudos, SonarCloud Quality Gate passed!
|
@joeworkman we need a new release then as this fixes some issues caused by the last release. |
Sure. do we need any others besides this one? |
Probably just this one here. Not sure about the download link #12042 as the current zip download link throws an error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was not aware of .finish(). that is definitely better.
Do we want to get the browserstack build working? |
It works / runs after the merge ;-) |
OK. So we want to release 6.6.3 with just this and the download fix? |
Exactly. |
This pull request has been mentioned on Foundation Open Source Community. There might be relevant details there: https://foundation.discourse.group/t/foundation-v6-6-3-released/2095/1 |
Description
This Pr fixes the regression caused by using
stop()
instead offinish()
.Types of changes
Checklist
develop
ordevelop-v...
).