Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashi-singh-1/day-42-smooth-mouse-follower
The essence of the task, which involves creating a smooth and visually appealing effects where a graphical element follows the mouse cursor with a gentle, easing motion.
https://github.com/yashi-singh-1/day-42-smooth-mouse-follower
css front-end-developement frontend frontend-development html html-css html-css-javascript htmlcss htmlcssjavascript javascript mouse-follower mousefollower smooth-animation smooth-animations smoothanimation smoothanimations web-animation webanimation
Last synced: 4 days ago
JSON representation
The essence of the task, which involves creating a smooth and visually appealing effects where a graphical element follows the mouse cursor with a gentle, easing motion.
- Host: GitHub
- URL: https://github.com/yashi-singh-1/day-42-smooth-mouse-follower
- Owner: Yashi-Singh-1
- Created: 2024-07-23T15:42:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T16:12:26.000Z (6 months ago)
- Last Synced: 2024-11-10T11:14:28.274Z (2 months ago)
- Topics: css, front-end-developement, frontend, frontend-development, html, html-css, html-css-javascript, htmlcss, htmlcssjavascript, javascript, mouse-follower, mousefollower, smooth-animation, smooth-animations, smoothanimation, smoothanimations, web-animation, webanimation
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smooth Mouse Follower Challenge
Challenge Description
Create an interactive web element that smoothly follows the mouse cursor. Implement a circular follower with a gradient background and white border, ensuring it smoothly transitions to the cursor's position with easing motion. The page should have a gradient background, no default cursor, and the follower should not interfere with pointer events.
Preview
Live Demo
Check out the live demo here.
Prerequisites
- Basic HTML/CSS Knowledge.
- Familiarity with DOM manipulation and event handling.
Tools Used
- VS Code (You can use any other code editor)
- A modern web browser (Chrome, Firefox, Safari, or Edge).
- Access to an internet connection for resource imports.
Contributing
If you'd like to contribute to this challenge:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine:
- Create a new branch for your feature or bug fix:
- Make your changes and commit them with a clear and concise message:
- Push your changes to your forked repository:
- Open a pull request to the main repository.
- Ensure your pull request includes a detailed description of your changes.
- Respond to any feedback or questions during the review process.
git clone https://github.com/Yashi-Singh-1/Day-42-Smooth-Mouse-Follower.git
git checkout -b feature-name
git commit -m 'Add new feature or fix'
git push origin feature-name
We welcome improvements, bug fixes, and additional features that can enhance this Smooth Mouse Follower Challenge .