For example, each container of a repeater have an repeated element with the id ‘#myRepeatedImage’. Can i animate just this element in all containers at the same time?
If it is possible, how can i declare it to add animation inside the timeline?
I need an unique timeline for each item/container? Need to call the element with $item inside a specific listener or scope?
const myRepeatedImage = $w("#myRepeatedImage"); //how can i declare it?
timeline.add(myRepeatedImage, {...}).play();