Skip to content

Commit

Permalink
fix: fix unexpected loading
Browse files Browse the repository at this point in the history
  • Loading branch information
abdalaidrous committed Aug 21, 2024
1 parent dd5a75f commit 923a5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Landing/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ onMounted(() => {
// Load the Spline 3D scene from the provided URL
app.load('https://prod.spline.design/rah9TcbBELz5h1ps/scene.splinecode');
canvas.style.willChange = 'transform'; // Hint for GPU acceleration
canvas.style.willChange = 'transform, opacity';
canvas.style.transform = 'translateZ(0)';
/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 923a5f5

Please sign in to comment.