allan.conda
10/01/2024, 10:05 AMallan.conda
10/01/2024, 10:07 AMList:
ItemRow 1 "Item-1"
ItemDetail 1
ItemTitle "Item-1"
// Related Items:
ItemRow 2 "Item-2"
ItemDetail 2 Title "Item-2"
ItemRow 4 "Item-4"
ItemRow 5 "Item-5"
ItemRow 4 "Item-4"
ItemRow 3 "Item-3"
ItemRow 2 "Item-2"
ItemRow 3 "Item-3"
The problem is that ItemRow 2 and ItemRow 3 also animates into ItemDetail 1 Title when I click on ItemRow 1. The issue looks specially worse because the RelatedItems have a delayed load so the RelatedItemRow animation happens when the transition is already finished.
I want only ItemRow 1 to animate into ItemDetail 1 ItemTitle when I click on it.
I’m wondering if it is possible to achieve this?
To summarize what I want:
Expected:
only Selected ItemRow <-> ItemTitle animation should happen
Actual:
ItemRow <-> ItemRow transition happens
only Selected ItemRow <-> ItemTitle animation should happen
Look for advice on this if anyone has encountered as similar case 🙇Doris Liu
10/02/2024, 9:00 PMThe problem is that ItemRow 2 and ItemRow 3 also animates into ItemDetail 1 Title when I click on ItemRow 1.Do the ItemRows have different shared element keys? Sounds like multiple rows are matched to the same ItemDetail Title
allan.conda
10/03/2024, 5:53 AMItem Detail
Title
Related Items: // loaded asynchronously
ItemRow 2
ItemRow 3
I don’t like the effect because I click on ItemRow 1 which is supposed to expand to fullscreen, but ItemRow 2 and ItemRow 3 from the list seems also trying to get in the ItemRow1 ’s “Detail Box”, after 2 seconds when data is loaded. If that makes sense 😅
I can shared a sample video if needed if it’s not clear, and thanks for checking this out!Doris Liu
10/04/2024, 12:40 AM