Have searched the forum to find solution to animating a repeating group cell, but everything seems to be from 2017, when it didn’t seem possible. Is there a solution to create this does anyone know?
What exactly are you trying to do?
Hi Adam
Make a particular row of a RG ‘pulse’ or ‘expand in’ for example
There’s a plugin called Orchestra which allows for you to trigger specific workflows inside of specific repeating groups.
You place a maestro element on the outside of the repeating groups, and a musician on the inside of the repeating group.
The maestro, as a conductor can trigger certain actions via “classes”. Your class can be called 'animate" and when triggered, it runs a workflow that animates a specific cell or multiple cells.
Moreover, there’s also another plugin called RG Animation, which subtly animates all cells as the user scrolls the screen. It’s a quality of life update to repeating groups, and I highly recommend checking it out too.
If you have trouble finding the plugins, lmk and I’ll do a little extra work to get you some links.
Triggered by what?
Amazing thanks @drixxon . I’ll give Orchestra a try as it sounds exactly what I need
Triggered on page load. It’s for a linktree inspired page, so users can animate a particular link
So you want all the cells to be animated at the same time (i.e. when the page loads)?..
If not all of them, then how are you defining which ones to animate?
Just certain cells to animate. I’ve added animate=yes/no so if ‘current cell animate is yes’ then it stands out from the others
Then the Orchestra Plugin mentioned already will perfect…
Awesome, if you run into any problems during setup let me know. I’m not an expert, but I’ll do my best so we can figure it out and make your app better
I love the orchestra plugin, been using it for over a year and it’s yet to fail me. That said, if you’re just looking to trigger a particular cell in an RG you can do it natively using a custom state and a conditional in your RG cell.
The conditional triggers whenever something in the cell matches the custom state (eg. unique ID of the cell’s item).
Thank you, will give this a go as Orchestra looks amazing, but didn’t have time to work it out just yet
Thanks for the reference @drixxon
If it helps anyone, this plugin has just had an option included that allows you to target specific cells by referencing the cell index, or a comma separated list of cell indexes (as a text string).
Paul
Do you have an example where this is possible/built? Trying to trigger an animation in an individual RG cell upon hover of that cell. Something like what happens with each client name on this page: Clients | TSD Engineering
Hi! I’m on mobile right now so I can’t give you any examples properly but for your use case Bubble already has a “on hover” operator in group conditionals which will work in Repaeating Groups.
Does that not work for your use case?
No, because I’d like the animation to occur outside of the RG, or have some sort of popup be triggered by hovering over an RG cell element.