✦ name: ori ✦
✧ pronouns: she/they ✧
✦ age: 23 ✦
✧ sign: libra ✧
✦ identity: enby/trans • bi ✦
✧ politics: socialist ✧
✦ likes: bits, satire, irony ✦
✧ dislikes: making fun of me ✧
✦ triggers: s/a, s/h ✦
// This part makes it animate only when scrolled into view const card = document.getElementById('bio-card'); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { card.classList.add('observer-active'); observer.unobserve(card); } }); }); observer.observe(card);
✹ art program: krita ✹
☼ daw: fl studio ☼
✹ guitar: g&l tribute fallout ✹
☼ specs: ryzen 5 5600x • rtx 3070
✹ interests: computers, gaming, yapping, writing, music-making ✹
const card = document.getElementById('bio-card'); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { card.classList.add('observer-active'); observer.unobserve(card); } }); }); observer.observe(card);