Skip to content

Instantly share code, notes, and snippets.

@anareyna
Created December 7, 2016 19:21
Show Gist options
  • Save anareyna/80f3b40ea35e185037d436c3de7481ea to your computer and use it in GitHub Desktop.
Save anareyna/80f3b40ea35e185037d436c3de7481ea to your computer and use it in GitHub Desktop.
https://d2guulkeunn7d8.cloudfront.net/assets/branded/instacart_components-57a4a4a40d019edabc669ce55d1c0bed.css
@keyframes skeleton-item-loading {
0% {
background-position: -468px 0
}
100% {
background-position: 468px 0
}
}
.skeleton-item-loading {
animation-duration: 11s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: skeleton-item-loading;
animation-timing-function: linear;
background: #f6f7f8;
background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
position: relative
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment