Custom Cursor - Taste by color

Hey everyone,

I found a really nice custom cursor effect which I’d like to add to one of my webflow sites: I found it on https://ceremonycoffee.com/ scrolling down to “Taste by color-Section”. I already created the color transition using webflow slider, but I have no idea how to implement a custom cursor like that.

Anyone knows how to add something like this?

Thanks a lot.

Best,
Jens

This is not “custom cursor” - but animation that follow the cursor (draw effect).

I think your example is by custom JS code - but maybe try this JS libary:

sketch.js

http://soulwire.github.io/sketch.js/

A sketch is an augmented drawing context ( CanvasRenderingContext2D , WebGLRenderingContext or HTMLElement ) so it has all the expected drawing methods built in.

cool libary (You should know JS + webflow custom code).

More ideas:

1 Like