Join the Webstudio community

Updated 2 months ago

Water Effect Animation

At a glance
https://codepen.io/coiger/pen/NWYgxgj
I'm trying to reproduce this effect in a background without the percentage, I just want the movement of the svg. But I can't reproduce it in Webstudio.
I don't really understand the steps to follow to place my Keyframes and the css parameters in relation to the different <div>.
Your help would be valuable, because when I try to reproduce an animation elsewhere the task becomes complicated, because I don't really know where to start and the steps to follow.
1
O
M
X
13 comments
paste html into html embed, add above that html ....
<style>here css</style>
use client only setting on
It seems possible to do it with Webstudio. The best ieda would be to give the URL and / or the code to chatGPT and help you to understand the code !

Some CSS has to be in an HTML embed to work! πŸ™‚
I'm trying to do it natively actually. I managed to set up the svg but as soon as I move on to the animation it doesn't work even by calling the dedicated class.
For the animation I put it in an html embed
I think we have to embed everything, it's difficult to use Webstudio natively for this kind of case. In any case, at the moment I can't.
I have some kind of animation repeat that is seen every time it restarts
Yes you have the same problem as me, the animation starts again each time it is not fluid
Yup, don't know what causes that.
I found the solution, this one worked better for me : https://codepen.io/goodkatz/pen/LYPGxQz?editors=1100
Yes, we should find what is causing the bug in order to avoid ending up with the problem. This is the problem with external codes, we have to go back over them to see where it is blocked.
Hence my thinking of trying to natively pass an external code.
Add a reply
Sign up and join the conversation on Discord