Page transition animation

Is it correct that you cannot do animations like fade-in when loading pages? If so, how would I do that? If not, it would sure be nice to have it as a feature in weweb… :slight_smile:

You mean a page loader?

No, I mean transitions when clicking on a link to open a new page in the app. So the page fades in or slights in from the right/left etc (the kind of stuff you have on https://animate.style/). In standard vue.js apps this is pretty trivial to do, mainly because there you most of the times use the concept of layouts.

Speaking of which, layouts would be even more awesome to have in Weweb…

Animations are available. If you scroll down in the element inspector you can use them.

I don’t use animations so not sure if you’d be able to recreate the same animations or not.

Thanks, I saw this. The only way I could see this working is if I embed all page sections in one main container and put the animation on this. However, I don’t like changing the page structure this way for a ‘nice to have’