File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const externalDomain = new URL(Astro.site || "").hostname;
23
23
---
24
24
25
25
<!DOCTYPE html >
26
- <html lang =" en" transition:name = " root " transition:animate = " initial " >
26
+ <html lang =" en" >
27
27
<head >
28
28
<BaseHead title ={ title } description ={ description } />
29
29
<slot name =" head" />
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ function getGitHosting(url: string): string | undefined {
94
94
<div class = " border-4 border-white rounded-lg shadow-lg inline-block mb-10" >
95
95
<Image
96
96
transition :animate = " fade"
97
+ transition :name =`speaker-${entry.data.code}`
97
98
src = { entry .data .avatar }
98
99
alt = { entry .data .name }
99
100
height = { 400 }
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ const description = "Our conference speakers organized alphabetically";
82
82
83
83
<Image
84
84
transition :animate = " fade"
85
+ transition :name =`speaker-${speaker.data.code}`
85
86
src = { speaker .data .avatar }
86
87
alt = { ` ${speaker .data .name }'s profile picture ` }
87
88
height = { 250 }
You can’t perform that action at this time.
0 commit comments