I've put together a flow view of albums. The animation is triggered by visibility control tied to onprevious/onnext i.e. -
So the side effect is that the initial load of of the list does not display the way I would like. I've tried various action IDs as part of onload, but they don't seem to help. I did find it interesting that the action IDs would increment the list, but would not trigger the animation. I suppose I could create another control that is just a static display of the layout and hide it when the first animation occurs. Seems like a lot of work for such a simple thing.
A couple screenshots -
initial window open
![Full sized picture Image]()
after one cycle of the animation
<visible>!Container(50000).OnPrevious</visible>
So the side effect is that the initial load of of the list does not display the way I would like. I've tried various action IDs as part of onload, but they don't seem to help. I did find it interesting that the action IDs would increment the list, but would not trigger the animation. I suppose I could create another control that is just a static display of the layout and hide it when the first animation occurs. Seems like a lot of work for such a simple thing.
A couple screenshots -
initial window open

after one cycle of the animation
