function animate() {
requestAnimationFrame(animate);
renderer.render(scene, camera);
}
const app = new PIXI.Application(); document.body.appendChild(app.view);
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
Hi, I'm Your Name
I'm a
Crafting modern, responsive web applications with a focus on performance and user experience.
Tech Stack: