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
I'm trying out the new View Transitions features, and I'd like to include elements defined in Preact components in my transitions.
From what I can tell, the new Transition Directives only work in .astro files, and manually setting view-transition-name in my Preact component's .jsx file doesn't seem to work (unless I'm doing it wrong?).
Any advice on using View Transitions outside of .astro files?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying out the new View Transitions features, and I'd like to include elements defined in Preact components in my transitions.
From what I can tell, the new Transition Directives only work in
.astro
files, and manually settingview-transition-name
in my Preact component's.jsx
file doesn't seem to work (unless I'm doing it wrong?).Any advice on using View Transitions outside of
.astro
files?Beta Was this translation helpful? Give feedback.
All reactions