Personal ArchiveHidden  /  mementoluctari
peter  ·  hidden

Hello, I'm Peter, also known as Hidden.
I'm a Roblox game developer
and emerging Data Strategist.

"It is not because things are difficult that we do not dare; it is because we do not dare that they are difficult."

— Seneca

Personal Archive
Hidden  /  Peter
29
document.querySelectorAll('.link-row').forEach(function(r,i){r.style.opacity='0';r.style.transform='translateY(6px)';r.style.transition='opacity 0.45s ease, transform 0.45s ease';setTimeout(function(){r.style.opacity='1';r.style.transform='translateY(0)'},300+i*120);});