"Scroll to entry" and animate the row?

Hello, I am using an action ‘scroll to entry’ in my repeating group, and it works great!
The only issue is, after scrolling it’s still pretty hard to tell which row we scrolled to.

Is it possible to somehow animate the row in RG after we scroll to it?
Thanks!

Hi, did you solve that?

Hey - my workaround for this is to have a custom state set to the same type of object that the row item would be. Then one step before when you scroll to that item in the RG, set the custom state to that same item. Do it before, so it’s already highlighted once scrolled (doing it after might look juttery). Then have a conditional on the RG which says something like 'if RG’s ChocolateBars (custom state) is parent groups ‘ChocolateBar’ (selected item) then set the background (or whatever) to a visual highlight state.

Note: if you change the border, make sure you have a border set (make it the same colour as the background or transparent) so there’s no ‘shrink’ when it’s selected.

Animation might be possible - but this is a start.

The bonus is, this item in the conditional state is also available to do stuff with as the currently selected item.

(edit: just saw the ‘2 years later’ lol)