When you add a element in list within a panel, the intro is always triggered on the latest element of the list even you are adding an element at any index in of the list
- Add items when the game is running, the animation is always triggered on the last item of the list
### Expected behavior
The animation should be triggered on the new item, not on the last item of the list
### Media/Files
_No response_
### Additional context
_No response_
Describe the bug
When you add a element in list within a panel, the intro is always triggered on the latest element of the list even you are adding an element at any index in of the list
To Reproduce
@code {
}