mdhaiderhossain
mdhaiderhossain
Explore posts from servers
NNuxt
Created by mdhaiderhossain on 11/12/2024 in #❓・help
By default, page navigation in Nuxt.js 3 scrolls to the top.
i have fixed it - import type { RouterConfig } from "@nuxt/schema"; export default <RouterConfig>{ scrollBehavior(to, from, savedPosition) { if (savedPosition) { return savedPosition; } return { top: 0, behavior: "instant" }; }, };
8 replies
NNuxt
Created by mdhaiderhossain on 11/12/2024 in #❓・help
By default, page navigation in Nuxt.js 3 scrolls to the top.
The project is not solved yet.
8 replies
KPCKevin Powell - Community
Created by mdhaiderhossain on 6/21/2024 in #front-end
How can I scroll it from right to left like a wave?
it's ok, no problem but if you get anything like this then you can share.
15 replies
KPCKevin Powell - Community
Created by mdhaiderhossain on 6/21/2024 in #front-end
How can I scroll it from right to left like a wave?
okay, let me try & if you get same thing like my image example then please provide me. thank you.
15 replies
KPCKevin Powell - Community
Created by mdhaiderhossain on 6/21/2024 in #front-end
How can I scroll it from right to left like a wave?
i don't want to scroll it by scroll triggered. it will move by default. actually i wanted scroll it like marquee as well as wave type. like, the branding logo move like a wave. how can i do it?
15 replies
KPCKevin Powell - Community
Created by mdhaiderhossain on 6/21/2024 in #front-end
How can I scroll it from right to left like a wave?
No description
15 replies
KPCKevin Powell - Community
Created by mdhaiderhossain on 6/21/2024 in #front-end
How can I scroll it from right to left like a wave?
i know it mate. i need like my example who did it like me & if anyone do similar to me and give me hint of that then it will be helpful for me.
15 replies
KPCKevin Powell - Community
Created by mdhaiderhossain on 6/21/2024 in #front-end
How can I scroll it from right to left like a wave?
i know how to animate it but i did not do like this before that's why i don't understand how should i do it.
15 replies