How to repeat animation inside repeating group?

I want to have a notification icon, situated inside a repeating group, to bounce repeatedly for as long as the condition is true.

  • I can animate an icon repeatedly using an every 1.5 second trigger.
  • I can animate an icon inside a repeating group using an RGCell plugin.

But I cannot do both of these simultaneously (or didn’t find how).

I tried using an animation plugin from Anticode, where some animations have a start and stop trigger. That works, but the animations themselves are not suitable for my app (way too slow, and no way to tweak the speed).

Any tip? Thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.