File tree 5 files changed +3
-22
lines changed
5 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 9
9
- remove React-isms (useX)
10
10
- clean up console logs
11
11
- layout shifting during transition
12
+ - instead of shared-element class, data- attributes?
13
+ - better way instead of having to register per-page -- possibly call prepare functions with {from, to} allowlist
Original file line number Diff line number Diff line change 5
5
6
6
.shared-element {
7
7
contain : paint;
8
+ page-transition-tag : var (--transition-tag );
8
9
}
Original file line number Diff line number Diff line change 17
17
/>
18
18
</div >
19
19
</div >
20
-
21
- <style >
22
- img {
23
- page-transition-tag : var (--transition-tag );
24
- }
25
- </style >
Original file line number Diff line number Diff line change 11
11
<div class ="text-xl shared-element" style:--transition-tag ="h- {item .name }" >{item .name }</div >
12
12
</a >
13
13
</li >
14
-
15
- <style >
16
- div {
17
- page-transition-tag : var (--transition-tag );
18
- }
19
- </style >
Original file line number Diff line number Diff line change 32
32
<Nutrition {amountPer } {nutrition } />
33
33
</div >
34
34
</div >
35
-
36
- <style >
37
- img {
38
- page-transition-tag : var (--transition-tag );
39
- }
40
-
41
- h1 {
42
- page-transition-tag : var (--transition-tag );
43
- }
44
- </style >
You can’t perform that action at this time.
0 commit comments