I want to create an animation for landing page like when user scroll text pop up and stuff like this
this website has some good animation
does anyone know how to achieve it in bubble i would refer the free way
if anyone has css or js code that works in bubble please send me
thank you
In native bubble you can do some animations but let’s be honest it will not be very waow. Just the basics.
To go further you’ll need plugins or CSS, or both.
If you are interested in native bubble animations, I’ve gathered this page which displays all animations available and their names, and a preview. Here Bubble | No-code apps
To animate a thing, you’ll need a workflow that is triggered by something (example : when page is loaded), and then you can access the “animate” function.