Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

feat: page transitions #3461

Closed
wants to merge 2 commits into from
Closed

feat: page transitions #3461

wants to merge 2 commits into from

Conversation

eddybrando
Copy link
Collaborator

Changes

This PR adds page transitions.

Closes #2107

Implementation details

We're implementing simple page transitions as explained in the Nuxt 3 docs: https://nuxt.com/docs/getting-started/transitions

Only internal links with NuxtLink are expected to work. The top header, since it's a web component with regular links, won't trigger animations.

Copy link
Contributor

@techtolentino techtolentino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love the page transitions, it gives the experience an interesting touch, and makes it more smooth as users navigate between pages and gives an sped up page load effect...

Not sure if we need to get approval before implementing to production; just commenting that I support this PR ✋🏼

@y4izus
Copy link
Contributor

y4izus commented Jul 31, 2023

Although I like the animation when going to one page to another, I don't think we should merge this change. We are trying to reduce differences when going from a qiskit.org page to another (see #1228) and this change add a clear difference. @1ucian0 , could you give your opinion here?

@y4izus y4izus added needs information Issues with need for clarification. ON HOLD Holding. 10-yard penalty. labels Jul 31, 2023
@eddybrando eddybrando mentioned this pull request Jul 31, 2023
@y4izus
Copy link
Contributor

y4izus commented Aug 1, 2023

Per offline conversation, we decided to not merge this PRs, so I close it

@y4izus y4izus closed this Aug 1, 2023
@eddybrando eddybrando deleted the feat/2107-page-transitions branch August 1, 2023 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs information Issues with need for clarification. ON HOLD Holding. 10-yard penalty.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add page transitions
3 participants