tholman / cursor-effects

Old-school cursor effects for your browser built with modern JavaScript
https://tholman.com/cursor-effects
3.35k stars 246 forks source link

Add new character cursor #60

Closed cuppajoeman closed 9 months ago

cuppajoeman commented 1 year ago

This is a cursor which flings characters out from it as the mouse moves, it allows you to specify a list of characters colors and velocity, scaling and rotation functions so that you can fully customize it's behavior.

Let me know what you think.

cuppajoeman commented 9 months ago

@tholman have you gotten a chance to see this?

tholman commented 9 months ago

Wow, I'm so sorry I'd missed this! Had a baby, so you know, hectic times.

This is a super cool effect!

I kinda have a mind to bake in the functionality a little more rather than expose all the functions so it generally behaves like the demo as a default, but maybe thats just me, lets run with this and if people get confused that its not naturally the same, can plug them backwards in 👍

tholman commented 9 months ago

Actually scrap that, I decided I would bake them in, but keep the functions exposed! Just love the demo one you gave so much :)

tholman commented 9 months ago

Deploying out today 🚢

cuppajoeman commented 8 months ago

Hey @tholman just getting back to this, hope your baby's doing well, glad you liked the cursor too!

Thanks for adding it. I think it should allow users to get cool results without having to change any source code if their heart so desires.