-
Notifications
You must be signed in to change notification settings - Fork 3
Content below Sky Nav animates again #1986
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
🦋 Changeset detectedLatest commit: 84232b6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for cloudfour-patterns ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Has someone tested this in all of our optimized browsers? I remember on the last version of the site we had to move away from animating document.body
, but I can't remember if it was IE or some mobile browser that had issues with it.
@tylersticka I was able to confirm it works in the following browsers:
|
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 have not followed all of the described testing steps, but if this has been thoroughly tested and approved by two developers that's good enough for me. If it's misbehaving on production we'll spot it before launch (🤞)
Overview
This PR fixes a bug where the content below the Sky Nav menu was not animating open/closed.
Changes include:
document.body
instead of all of the wrapper containersScreenshots
Testing
The best test method will be using your local Cloud Four WordPress site via
npm link
.Checkout both repos
cloudfour.com-wp
main
branch locallycloudfour.com-patterns
branch locallyIn the
cloudfour.com-patterns
reponpm ci && npm run build && npm link
In the
cloudfour.com-wp
reponpm ci && npm link @cloudfour/patterns && npm run build
Confirm
Undo
npm link
npm uninstall --no-save @cloudfour/patterns && npm i
npm uninstall