Closed MastanSayyad closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
time-warp | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 7, 2024 6:42am |
It doesn't seem to work in the preview
@Akshatchaube01 It is working fine, Try merging it, if it didn't work in deployment then revert it back I'll make the changes!
https://github.com/Akshatchaube01/TimeWarp/assets/101971980/415486ae-6163-4d61-92fe-0bb14ffcf222
Okay, pull the recent changes and then I'll merge @MastanSayyad
@Akshatchaube01 done!
@Akshatchaube01 yeah its working but not synchronized with the cursor, I'll make the changes right away!!
The issue we're experiencing is likely due to the way we update the position of the circles in relation to the mouse coordinates. To ensure the circles follow the cursor correctly, I need to adjust the logic in animateCircles function. @Akshatchaube01
Hey @Akshatchaube01 issue closes #347
I have created and added a New "Cursor-Trail Effect" to The Website as the previous one was not working properly and was lagging so much.
Changes I made:
react-animated-cursor
and created cursor trail effect using HTML CSS and JS in Reacttrail.js
file uses a radial gradient background for the circle elements.#00eaff
and#0378ff
, creating a visually appealing effect.index.html
mousemove
event listener adjusts for the vertical scroll position usingwindow.scrollY.
animateCircles
function, ensuring they follow the cursor with a trailing effect.Screen Record
https://github.com/Akshatchaube01/TimeWarp/assets/101971980/32110b55-5d6e-4e52-a6a7-8c9179368c91
Please take a look and review it,
If possible please Increase the LEVEL Label as per the changed functionalities, Thank You!!