/* Auto-generated sprite animations */

/* Item 3043 - Crystal Coin - 8 frames */
.item-anim-3043 {
  width: 32px;
  height: 32px;
  background-image: url('3043_sheet.png');
  background-size: 256px 32px;
  background-repeat: no-repeat;
  background-position: 0 center;
  image-rendering: pixelated;
  animation: sprite-anim-3043 6s steps(1, end) infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes sprite-anim-3043 {
  0%, 12.5% { background-position: 0px center; }
  12.5%, 25% { background-position: -32px center; }
  25%, 37.5% { background-position: -64px center; }
  37.5%, 50% { background-position: -96px center; }
  50%, 62.5% { background-position: -128px center; }
  62.5%, 75% { background-position: -160px center; }
  75%, 87.5% { background-position: -192px center; }
  87.5%, 100% { background-position: -224px center; }
}

/* Exercise Weapons - 5 frames each */
.item-anim-28552, .item-anim-28553, .item-anim-28554, .item-anim-28555, .item-anim-28556, .item-anim-28557 {
  width: 32px;
  height: 32px;
  background-size: 160px 32px;
  background-repeat: no-repeat;
  background-position: 0 center;
  image-rendering: pixelated;
  animation: exercise-anim 4s steps(1, end) infinite;
  display: inline-block;
  vertical-align: middle;
}
.item-anim-28552 { background-image: url('28552_sheet.png'); }
.item-anim-28553 { background-image: url('28553_sheet.png'); }
.item-anim-28554 { background-image: url('28554_sheet.png'); }
.item-anim-28555 { background-image: url('28555_sheet.png'); }
.item-anim-28556 { background-image: url('28556_sheet.png'); }
.item-anim-28557 { background-image: url('28557_sheet.png'); }
@keyframes exercise-anim {
  0%, 20% { background-position: 0px center; }
  20%, 40% { background-position: -32px center; }
  40%, 60% { background-position: -64px center; }
  60%, 80% { background-position: -96px center; }
  80%, 100% { background-position: -128px center; }
}

/* Item 43877 - Sanguine Bow - 10 frames */
.item-anim-43877 {
  width: 32px;
  height: 32px;
  background-image: url('43877_sheet.png');
  background-size: 320px 32px;
  background-repeat: no-repeat;
  background-position: 0 center;
  image-rendering: pixelated;
  animation: sprite-anim-43877 4s steps(1, end) infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes sprite-anim-43877 {
  0%, 10% { background-position: 0px center; }
  10%, 20% { background-position: -32px center; }
  20%, 30% { background-position: -64px center; }
  30%, 40% { background-position: -96px center; }
  40%, 50% { background-position: -128px center; }
  50%, 60% { background-position: -160px center; }
  60%, 70% { background-position: -192px center; }
  70%, 80% { background-position: -224px center; }
  80%, 90% { background-position: -256px center; }
  90%, 100% { background-position: -288px center; }
}
