Rotating through 2 or more layouts

Sorry if this is covered somewhere. I spent some time looking for an answer but couldn’t find what I was looking for.

I’d like to have an app with 2 or 3 different screens worth of info that swap out every few seconds and I want hard cuts, not a scroll or something. What’s the proper way to do this?

render.Animation you can set a delay parameter to slow or speed up the transition time. render.Sequence may also do what you want depending on how fancy you want to get. that module also uses the animation module (where there is a link under render.Sequence)

The widget docs for pixlet is here.