Skip to content

Idlescape aug animation instant by jonsbe

Screenshot of Idlescape aug animation instant

Details

Authorjonsbe

LicenseNo License

Category*idlescape.com

Created

Updated

Size614 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Shows failure/success/tranformation of augment animation instantly without flashy animation.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Idlescape aug animation instant
@version      20230217.12.37
@namespace    ?
==/UserStyle== */

@-moz-document domain("idlescape.com") {
.augmenting-success-animation {
  animation: none !important;
  background: rgb(0, 255, 0);
  z-index:999;
}

.augmenting-failure-animation {
  animation: none !important;
  background: rgb(255, 0, 0);
  z-index:999;
}

.augmenting-transform-animation {
  animation: none !important;
  background: rgb(0, 140, 255);
  z-index:999;
}

.augmenting-special-animation {
  animation: none !important;
  background: rgb(128, 0, 255);
  z-index:999;
}
}

Reviews

No reviews yet.