Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alizayayesha/cursormagic
Custom cursor using jquery https://alizayayesha.github.io/CursorMagic/
https://github.com/alizayayesha/cursormagic
hover-effects html-css-javascript jquery jquery-ajax js mousemove
Last synced: 2 days ago
JSON representation
Custom cursor using jquery https://alizayayesha.github.io/CursorMagic/
- Host: GitHub
- URL: https://github.com/alizayayesha/cursormagic
- Owner: AlizayAyesha
- License: mit
- Created: 2024-07-15T01:34:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T01:52:14.000Z (7 months ago)
- Last Synced: 2024-11-24T07:09:56.161Z (2 months ago)
- Topics: hover-effects, html-css-javascript, jquery, jquery-ajax, js, mousemove
- Language: CSS
- Homepage: https://alizayayesha.github.io/CursorMagic/
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Cursor with jQuery
This project demonstrates how to implement a custom cursor using jQuery and enhance user experience on web pages.
## Features
- **Custom Cursor:** Uses jQuery to create a custom cursor that replaces the default browser cursor.
- **Styling:** Utilizes CSS for styling the custom cursor and ensuring it adapts to different screen sizes.
- **Integration:** Includes Google Fonts for typography enhancement, demonstrating integration with external resources.
- **Interactive Elements:** Enhances user interaction by changing cursor behavior on different elements.## Preview
![image](https://github.com/user-attachments/assets/c420ac68-2650-4a1a-96f6-132bae53efc7)
Usage
Simply hover over interactive elements on the page to see the custom cursor in action.
Experiment with different cursor styles by modifying style.css and script.js.
Dependencies
jQuery - JavaScript library for simplifying HTML DOM tree traversal and manipulation.
Google Fonts - Provides a wide variety of free web fonts for use on websites.
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your improvements.License
This project is licensed under the MIT License - see the LICENSE file for details