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

Add transitions to Sections bg and line #2491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

viktorrenkema
Copy link
Contributor

@viktorrenkema viktorrenkema commented Sep 25, 2024

This PR adds transitions to the Sections list in the top-right of a GBO site.

  • mimic an effect that instead of each button having its own isolated background, we make it look like the button background is 'shared' between the nav items above and below
  • also show a similar shared layout animation for the left blue line
  • when one chapter is active, you hover a different chapter, upon removing your cursor from the chapter, the active/hover state will animate back to the chapter that is active
  • respects prefers-reduced-motion

Related Slack thread.

Before:

CleanShot.2024-09-25.at.18.00.27.mp4

After:

CleanShot.2024-09-25.at.17.49.58.mp4

And dark mode:
CleanShot 2024-09-25 at 18 09 07@2x

Copy link

changeset-bot bot commented Sep 25, 2024

⚠️ No Changeset found

Latest commit: eab8feb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

argos-ci bot commented Sep 25, 2024

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 38 changed Sep 25, 2024, 4:22 PM

@SamyPesse
Copy link
Member

@viktorrenkema can you run bun run changeset to write a changelog entry?

While I think it's a great addition, I'm slightly concerned on the animated background, I find the background to be quite heavy/distracting.

@zenoachtig what do you think? Here is a preview link: https://a859aaea.gitbook-open.pages.dev/docs.gitbook.com/content-editor/editor/navigation

@viktorrenkema
Copy link
Contributor Author

@viktorrenkema can you run bun run changeset to write a changelog entry?

While I think it's a great addition, I'm slightly concerned on the animated background, I find the background to be quite heavy/distracting.

@zenoachtig what do you think? Here is a preview link: https://a859aaea.gitbook-open.pages.dev/docs.gitbook.com/content-editor/editor/navigation

I see what you mean, I also considered using a light grey instead, that'd be a bit more subtle. But yeah I'll let @zenoachtig provide his take :)

CleanShot.2024-09-26.at.16.39.56.mp4

@zenoachtig
Copy link

I agree with @SamyPesse's concern, i think the gray background is indeed a lot subtler and as a bonus it matches the left sidebar better 😄

The square corners on this element annoy me a bit, but I don't think rounding the two right corners is a good idea either. Probably nothing worth doing about.

@viktorrenkema
Copy link
Contributor Author

I agree with @SamyPesse's concern, i think the gray background is indeed a lot subtler and as a bonus it matches the left sidebar better 😄

The square corners on this element annoy me a bit, but I don't think rounding the two right corners is a good idea either. Probably nothing worth doing about.

Yeah the sharp corners bug me too, but it also matches the 'was this helpful' picker below etc. we could prolly pimp this component in general, it can be prettier. but not worthwhile for now, and this pr provides the backbone for the interactive part and we can always tweak the exact design of it if we were to redesign the whole component.

@SamyPesse wdyt, keep the suggested gray background, or remove the background part altogether?

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

Successfully merging this pull request may close these issues.

3 participants