Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active July 29, 2019 10:16
Show Gist options
  • Save shopifypartners/74f5b291dbf3abb332f5fda7d0c409ce to your computer and use it in GitHub Desktop.
Save shopifypartners/74f5b291dbf3abb332f5fda7d0c409ce to your computer and use it in GitHub Desktop.
Subtle animation for custom themes- Full code for call to action section - https://www.shopify.com/partners/blog/text-animation-css
<div class="section-cta">
<a href="{{ section.settings.link }}" class="btn-animated">
<div class="btn-content">{{ section.settings.linktext }}</div></a>
</div>
{% schema %}
{
"name": "Call to action",
"settings": [
{
"id": "link",
"type": "url",
"label": "Button link"
},
{
"id": "linktext",
"type": "text",
"label": "Button text",
"default": "Click Here"
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment