Adding Distinct Animations to each item in a repeater

Hello,

I’m currently trying to add distinct animations to each of the items in my repeater.

I know that you can modify items in a repeater by using the onitemReady(): code, and I’ve been trying to figure out what to put after I type this - $item(“#image5”). #image5 is the property ID of the items in my repeater that I’m trying to add distinct animations to.

If your repeater has only static data (isn’t connected to a database), then you’ll probably want to use forItems() instead.

If it is connected to a database, then check out this link for guidance .

Thank you.