Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active July 29, 2019 10:17
Show Gist options
  • Save shopifypartners/e333884bcfd48a4e7c8accf492fa52f6 to your computer and use it in GitHub Desktop.
Save shopifypartners/e333884bcfd48a4e7c8accf492fa52f6 to your computer and use it in GitHub Desktop.
Subtle animation styling for animating text boxes - https://www.shopify.com/partners/blog/text-animation-css
#scroll div:first-child {
animation: scroll 5s linear infinite;
}
#scroll div div {
background:#50248F;
}
#scroll div:first-child div {
background:#108043;
}
#scroll div:last-child div {
background:#C05717;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment