Created
December 7, 2016 19:21
-
-
Save anareyna/80f3b40ea35e185037d436c3de7481ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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