Skip to content

Instantly share code, notes, and snippets.

@mikeoberdick
Created April 28, 2021 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeoberdick/43017c38ad63914a839d43cd29ee1b5e to your computer and use it in GitHub Desktop.
Save mikeoberdick/43017c38ad63914a839d43cd29ee1b5e to your computer and use it in GitHub Desktop.
Use the following when adding iteration based content in shopify
{% for block in section.blocks %}
{% assign count = 1 %}
data-aos="{% if count == 1 or count == 3 %}fade-up-right{% else %}}fade-up-left{% endif %}"
{% assign count = count | plus: 1 %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment