Today, marks the beginning of my foray into the world of Blender and for my first project, I am interested in creating a fluid animation similar to that of liquid dripping down the screen.
I've recently asked this question which focuses a bit more on programming but I am looking into creating an effect similar to this that I can apply to a web page. I'm assuming that the background would have to be transparent so that the effect runs seamlessly over the page. Is there a way to have an array of preset animations with their own parameters that I would then be able to pick using some variable from my JavaScript? The effect would be started by a button press on my webpage.
Any ideas on how I could get started?