Flex container inside of animated Region

Is there any reason why you can’t drag and drop or insert elements inside of the animated region? I have manually moved it into the animated region div in the code side and it shows valid in the UI, but I wasn’t able to drag and drop it in? Just wondering is that invalid / or will it cause me problems down the line?

image

Thanks

You could apply a section before the first flex the section allows containers, also you can add dynamic attribute animations to the first flex container directly (I believe this way you don’t actually need a animated region I may be wrong still learning myself). but that aside I don’t think it should cause issues the way you have it.

1 Like

As @Sorry_Duh has said, you can apply the animation to the flex container or any other element. For more, see
https://docsdev.wappler.io/guides/using-animations

Having said that, I am wondering why the overuse of the flex container. You may want to have a look at

The following may also be of assistance

1 Like

Ah thank you both, I didnt realise that you could add it to the elements like that I had found an older post in the forum that said to use the animated region. I’ll refactor and see if I can get it working that way.