Stritixx
Stritixx
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
<template>
<Transition name="drop">
<nav class="w-full p-5 z-[1000] min-[850px]:hidden top-0 fixed" v-if="isMobile">
<div class="bg-black/70 border-2 border-gray-900 border-solid rounded-xl backdrop-blur-[10px]">
<div class="w-full h-[100px] text-white font-bold flex justify-between items-center px-[35px]">
<div class="flex items-center text-xl">
<h1>IlusionCloud</h1>
</div>
<span class="cursor-pointer" @click="isMobile = !isMobile">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
</span>
</div>
<ul class="flex flex-col gap-[20px] pl-[45px] mt-2 text-gray-300 pb-12">
<li>Home</li>
<li>Features</li>
<li>Support</li>
<li>Statistics</li>
<li>Dashboard</li>
</ul>
</div>
</nav>
</Transition>
</template>
<template>
<Transition name="drop">
<nav class="w-full p-5 z-[1000] min-[850px]:hidden top-0 fixed" v-if="isMobile">
<div class="bg-black/70 border-2 border-gray-900 border-solid rounded-xl backdrop-blur-[10px]">
<div class="w-full h-[100px] text-white font-bold flex justify-between items-center px-[35px]">
<div class="flex items-center text-xl">
<h1>IlusionCloud</h1>
</div>
<span class="cursor-pointer" @click="isMobile = !isMobile">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
</span>
</div>
<ul class="flex flex-col gap-[20px] pl-[45px] mt-2 text-gray-300 pb-12">
<li>Home</li>
<li>Features</li>
<li>Support</li>
<li>Statistics</li>
<li>Dashboard</li>
</ul>
</div>
</nav>
</Transition>
</template>
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
No description
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
then looks like something is wrong with animation or
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
on mobile of course
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
but navbar is still lagging while I'm trying to open it
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
ok so right now I deleted AOS and vuesax
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
Thanks for so many advices, for sure I will use them
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
Oh right I forgot to change it while copying from vue app
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
Then will see if it's still lagging
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
Okay. First I will try to remove aos from my project
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
But still I'm confused why vue app is not lagging at all
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
I will try to remove aos
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
There you go
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
Oh sorry for that I forgot to share gh
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
1st website - nuxt 2nd - vue
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
Perfect example of navbar
37 replies
NNuxt
Created by Stritixx on 3/30/2025 in #❓・help
Performance problem
37 replies