Home
Portfolio
About
Services
Contact
info@examples.com
(888)123 4567
Documentation
How To Create cursor Effect?
1. Create a <div> and name it say
Cursor Wrapper
2. Set below options in style panel
3. Create a <div> like Cursor and style as per the design
4. Create an animation in page trigger > mouse move in viewport interaction
5. Put the values in mouse X, mouse Y, smoothing options
6. The animation values are shown below
7. Select HTML Embed option
6. Write the below code
<style>
.cursor-wrapper{pointer-events:none;}</style>
The code was used for button clicks or link activation.