IhanaMies
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
Heals sometimes get stuck in an animation despite healing being done. This mod works best in tandem with another mod - Continuous Healing - which makes the heals function more like ABI (continuous) and less like live (heal one part, put healing away, repeat)
Nov 21, 2025 10:59 PM
View details
Liked comment
I've been added as an additional author to this mod, so I've updated it officially.
Nov 21, 2025 10:40 PM
View details