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
ViewTransition does not animate if a name prop starting with a number is provided. Presumably this is because the name is being used as a CSS class, but that is not obvious from the documentation.
React version: experimental
Steps To Reproduce
Create a ViewTransition with the name "1name" that wraps an element
Oh, I was playing around with view transitions and could not work out why roughly half the time my components (named by UUID) were not animating. Turns out it's not quite half the time, but more precisely 10 times out of 16!
ViewTransition
does not animate if aname
prop starting with a number is provided. Presumably this is because the name is being used as a CSS class, but that is not obvious from the documentation.React version: experimental
Steps To Reproduce
Link to code example: https://codesandbox.io/p/sandbox/hopeful-dawn-cfgv64
The current behavior
Animation does not fire and no errors or warnings present
The expected behavior
One of the following:
The text was updated successfully, but these errors were encountered: