fix(header): added bigger logo with animation#1552
Conversation
As per request from branding, the logo should be the topmost element on the page. To handle the disappearing meta-navigation, the logo animation was introduced.
🦋 Changeset detectedLatest commit: b81c909 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
|
Preview environment ready: https://preview-1552--swisspost-design-system-next.netlify.app |
|
Preview environment ready: https://preview-1552--swisspost-design-system-next.netlify.app |
2 similar comments
|
Preview environment ready: https://preview-1552--swisspost-design-system-next.netlify.app |
|
Preview environment ready: https://preview-1552--swisspost-design-system-next.netlify.app |
|
Preview environment ready: https://preview-1552--swisspost-design-system-next.netlify.app |
1 similar comment
|
Preview environment ready: https://preview-1552--swisspost-design-system-next.netlify.app |
Co-authored-by: Alizé Debray <33580481+alizedebray@users.noreply.github.com>
oliverschuerch
left a comment
There was a problem hiding this comment.
When having the header in the full-sticky mode, with meta navigation enabled and scrolling through the page, the logo animation is executed as well.
This needs to be fixed, because the animation is not necessary then.
…ost-meta-navigation.scss Co-authored-by: Oliver Schürch <oliver.schuerch@post.ch>
|
@gfellerph The logo works correctly, but the animation behaviour is not updated correctly within the documentation, when a user switches the stickyness. |
Logo animation state is being updated whenever stickyness changes on the fly.
done @oliverschuerch |
|
Kudos, SonarCloud Quality Gate passed!
|








As per request from branding, the logo should be the topmost element on the page. To handle the disappearing meta-navigation, the logo animation was introduced.