Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define motion approach for Site Starter #168

Open
stephaniefois opened this issue Jan 24, 2025 · 2 comments
Open

Define motion approach for Site Starter #168

stephaniefois opened this issue Jan 24, 2025 · 2 comments
Assignees
Milestone

Comments

@stephaniefois
Copy link
Contributor

stephaniefois commented Jan 24, 2025

Overview

Drawing from our motion tiers outlined by the Motion Working Group, we will need to define:

  • What tier of motion is right for Site Starter?
  • Which native browser features or APIs can be leveraged for Wordpress?
  • What does implementation look like for Wordpress?
  • Who else from the Site Starter team may be required for planning and implementation?
@nathanlong
Copy link

We discussed this very briefly in our last UI Standup, some of the general points:

  1. WP will be harder to animate than Craft because of lack of control over markup. This might mean that general patterns can only set to a coarser level (entire block vs inner elements) up front.
  2. Possibility of creating 'recipes' over direct implementation to allow choice in project setup.
  3. General consensus was to not include GSAP by default, but that the tipping point to including it is lower than we think.
  4. Focus on general global patterns (animate on scroll, number count-up, etc)

@nathan-schmidt-viget Has also had experience integrating motion onto our site starters.

@nathan-schmidt-viget
Copy link
Contributor

After working on the first pass of adding motion to SAC we can animate inner elements up to a point. It gets harder when we want to animate individual text/letters/button items in a content block. But animating the whole group that wraps the content, (such as fade-in) would be very doable.

Here is a more complex example of some GSAP animation on a block for SAC:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants