Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active July 29, 2019 10:17
Show Gist options
  • Save shopifypartners/9478882a55c690f405d13925fcc6dc78 to your computer and use it in GitHub Desktop.
Save shopifypartners/9478882a55c690f405d13925fcc6dc78 to your computer and use it in GitHub Desktop.
Subtle animation basic styling for scrolling text - https://www.shopify.com/partners/blog/text-animation-css
.animated-text {
margin:0px;
text-align:center;
}
#animated-container {
text-transform: uppercase;
font-size:36px;
font-weight:bold;
width:100%;
bottom:100%;
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment