Jump to content
GreenSock

Dennyno

Custom Foggy Cursor

Moderator Tag
Go to solution Solved by Dennyno,

Recommended Posts

Hello @Dennyno

 

On 11/3/2021 at 12:26 PM, akapowl said:

That smoke effect in the background on mousemove is likely created with WebGL and probably not that easy to realize.

While GSAP can also animate things in a WebGL context, you won't be able to create something like that with GSAP alone.

 

For a bit more info, check this recent thread.

 

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

@OSUblake I found one of your demo here: 

See the Pen wvBjdWP by GreenSock (@GreenSock) on CodePen



I prefer your custom cursor trailer as It's just an svg, instead of a whole canvas which I need to put on a fixed layer behind the dom tree (and doesnt work every where).

Do you think is possibile to tweak it, to make it more looking like this one? 

See the Pen MWEpbZz by DedaloD (@DedaloD) on CodePen

Link to comment
Share on other sites

The masking effect, where it reveals the text "See the magic", is possible, but that glow effect would be very hard to reproduce with SVG. Even if you could reproduce that glow effect with SVG, I highly doubt the browser would be able to render it at a reasonable framerate.

 

Link to comment
Share on other sites

  • Solution
5 hours ago, OSUblake said:

The masking effect, where it reveals the text "See the magic", is possible, but that glow effect would be very hard to reproduce with SVG. Even if you could reproduce that glow effect with SVG, I highly doubt the browser would be able to render it at a reasonable framerate.

 

I see, ok then.. thank you! :)

So sad I cant use that canvas on my code, having many divs in different positions and z-indexes... so trying to add that  as as the last element in the dom, with position fixed, gives problem: z-index:0 is higher then the body and it's stuff, and z-index -1 puts the canvas itself behind, so not visibile.

I give it up this time

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×