Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shopifypartners/9326f92f73f0390d4719bb01eda1df84 to your computer and use it in GitHub Desktop.
Save shopifypartners/9326f92f73f0390d4719bb01eda1df84 to your computer and use it in GitHub Desktop.
Subtle animation styling for overflow and color of scrolling text - https://www.shopify.com/partners/blog/text-animation-css
#scroll {
height:50px;
overflow:hidden;
}
#scroll > div > div {
color:#FFFFFF;
height:45px;
margin-bottom:45px;
display:inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment