ChemicalGibbon
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 Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
ADS jitter fixed in 1.1.2, others jitters are still present.
Nov 26, 2025 2:43 PM
View details
Liked comment
There are still 3 jitters that I couldn’t quite figure out a good solution for yet. They’re going to be a focus after 1.1.1.
Known jitters:
- Crouch jitter when you start/stop walking while crouched
- ADS jitter - it’s been heavily improved in 1.1.1 but there’s still hardcoded animation or something that is causing a small jitter
- Jitter when leaning left and right in playspace, this ones not too bad but I want to improve on it
Nov 26, 2025 2:43 PM
View details
Unliked comment
There are still 3 jitters that I couldn’t quite figure out a good solution for yet. They’re going to be a focus after 1.1.1.
Known jitters:
- Crouch jitter when you start/stop walking while crouched
- ADS jitter - it’s been heavily improved in 1.1.1 but there’s still hardcoded animation or something that is causing a small jitter
- Jitter when leaning left and right in playspace, this ones not too bad but I want to improve on it
Nov 26, 2025 2:43 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.