Lacyway
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);
});
"
>
Created by Lacyway
107 Downloads
Compatible Mod Versions:
v1.5.0
Adds Fika compatibility to merge consumables.
Recent Activity
Created comment
Can you be more specific? Are you doing this in-raid?
Nov 18, 2025 9:34 AM
View details
Deleted comment
This has nothing to do with the sync addon. This means the server didn't properly update the items - remove all other mods and try again. I cannot reproduce this.
Nov 18, 2025 9:34 AM
View details
Created comment
This has nothing to do with the sync addon. This means the server didn't properly update the items - remove all other mods and try again. I cannot reproduce this.
Nov 18, 2025 9:34 AM
View details
Hello ;3