You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm encountering an issue when trying to set the same view-transition-name on multiple nodes. When I apply the same transition name to multiple elements, the transition stops working. I am forced to create separate transition names for each node, even if the animation is identical.
Has anyone else faced this issue or can provide a solution?
The text was updated successfully, but these errors were encountered:
According to the Web Doc, perhaps you shouldn't have 2 element with the same transition name together on a page
An identifying name that causes the selected element to participate in a separate view transition from the root view transition. The identifier must be unique. If two rendered elements have the same view-transition-name at the same time, ViewTransition.ready will reject and the transition will be skipped.
But I found that the transition stops working even when they are located in different page.
The strange thing is when calling the browser's back action, the transition miraculously appears 🤨
According to the Web Doc, perhaps you shouldn't have 2 element with the same transition name together on a page
An identifying name that causes the selected element to participate in a separate view transition from the root view transition. The identifier must be unique. If two rendered elements have the same view-transition-name at the same time, ViewTransition.ready will reject and the transition will be skipped.
But I found that the transition stops working even when they are located in different page. The strange thing is when calling the browser's back action, the transition miraculously appears 🤨
Hey, thanks for the heads up. It seems like a questionable specification if it's official, as it forces people to duplicate the same code. Anyway...
Hello, I'm encountering an issue when trying to set the same view-transition-name on multiple nodes. When I apply the same transition name to multiple elements, the transition stops working. I am forced to create separate transition names for each node, even if the animation is identical.
Has anyone else faced this issue or can provide a solution?
The text was updated successfully, but these errors were encountered: