Astro Guideline: ViewTransitions — Use transition:name. Description: Named elements for morphing. Do: transition:name for persistent elements. Don't: Unnamed transitions. Good Example: <header transition:name="header">. Bad Example: <header> without name. Severity: Low. Docs: .