Cuberto / mouse-follower

A powerful javascript library to create amazing and smooth effects for the mouse cursor on your website.
MIT License
724 stars 60 forks source link

Media cursor issue on RTL websites #2

Closed HasanSibakhi closed 2 years ago

HasanSibakhi commented 2 years ago

When the website direction is from RTL data-cursor-img The cursor doesn't change to an image, Rather, the image comes next to the cursor, and the cursor remains the same as it.

✅I added the direction[LTR] to fix that -> css

.mf-cursor { direction: ltr; }

Thanks ❣️

Drafteed commented 2 years ago

Hello! Fixed in v1.0.3. Thank you!

HasanSibakhi commented 2 years ago

@Drafteed A special thank you with all my heart for your creativity. Super amazing works!

Let us be informed by such wonderful works 😉