-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a New "Preloader" to the website #540
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Can't see the loader when its deployed, can you check @MastanSayyad |
Also looking at your efforts, changed it to level 3 |
At first due to so many load on the home page it may not seem but after a while it will work fine when you redirect to other pages The issue is with the Home.jsx and Index.html as it loads too much when we enter first |
Thank You, much appreciated! @PSS2134 |
ok lets see |
Its not working now as well @MastanSayyad |
Hey @PSS2134
I have created a new preloader for the website which matches the design theme
Preloader.jsx
react component.full-screen
preloader with a#8e2de2
hue and increasedcontrast
.fades-out
smoothly after2.5 seconds
.viewport
while maintaining itsaspect-ratio
.responsive
.Screen record
06.08.2024_04.07.42_REC.mp4
Responsiveness
06.08.2024_04.09.58_REC.mp4
Additionally, I have to Re-Create a new scroll to top button as the previous one was in
index.html
breaking the functionality of the loader.ScrollToTopButton.jsx
react component.#4a00e0
and#8e2de2
.transform
andhover
effects.06.08.2024_04.12.16_REC.mp4
Please take a look and review it, Thank you!