| Path : /var/www/html/phkaynews-v2/resources/sass/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaynews-v2/resources/sass/data-table-lazy.scss |
.placeholder-content {
height: 65px;
overflow: hidden;
background: #000;
position: relative;
border: 1px solid gray;
// Animation
animation-duration: 1.7s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-name: placeholderAnimate;
background: #f6f7f8; // Fallback
background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
background-size: 1300px; // Animation Area
}
@keyframes placeholderAnimate {
0%{ background-position: -650px 0; }
100%{ background-position: 650px 0; }
}