Add animation options to the group component
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3577448. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !19 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The theme is looking great but it's a bit static :) </p> <p>It would be great to try out some animation options to give the page a bit of life. Let's start simple and add an animation prop to the group component.</p> <p>For inspiration let's use the effect at <a href="https://artful-snap-showcase.lovable.app/">https://artful-snap-showcase.lovable.app/</a> where the banner text scrolls into position from below and has a fade-in. I don't want to worry about making the animation timing configurable, we can set some sensible defaults.</p> <p>So we'll want a new prop on the group for 'Animation' that is a string with options (for now it is only one option but we can plan ahead). When selected, the animation should apply to the elements in the group.</p>
issue