wizard83
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);
});
"
>
Recent Activity
Liked comment
Wizard - i've managed to include and expand IIC to include your desired changes(and on similar scale/level ofc), but you'll have to wait for 2.0.1 which will be around the end of this month.
Oct 17, 2025 6:17 AM
View details
Liked comment
Wizard - EffectsDamage is actually a list, so it should be ID:EffectsDamage[1].Duration:600
[0] Would be the first effect, Contusion, and [1] Would be second effect, Pain.
That's a good example ngl.
Thanks for the feedback nevertheless.
Oct 16, 2025 7:41 AM
View details