Animations following the mouse

Is there a way on Bubble to make those modern “magic” animations when you hover on an element? Like hiding a graphics as you move the cursor over it, etc… Just an example here:

advancedteam

1 Like

Kind of but will require GSAP integration.

Can you please provide more info? Thanks!

That exact type of animation requires an external library called GSAP (to my knowledge, but another library could be used possibly). Highly advanced animation (well, can be, especially for the type of animation you’re looking for).

I am currently building a few mouse effects you may be interested in, but it’s not comparable to that.

1 Like

OK, got it, thanks! So we could say that this is not possible using Bubble’s plugins for now, and using the library I guess will require some HTML elements and some good coding inside, right?

Gonna require a bit more than some “simple html”.

Actually, look into ThreeJS, you might have some luck there as well.

Chill the lion (codepen.io)

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.