Shows failure/success/tranformation of augment animation instantly without flashy animation.
Idlescape aug animation instant by jonsbe
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
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;
}
}