I have a Group with hidden images, text fields and buttons in it and each element does a FadeIn animation in sequential order on my Workflow.
It works perfectly the first time through.
BUT… if the user clicks the “Go Back” button and then “Go Forward” button to initiate the Workflow again… all the elements that were supposed to be hidden on page load, aren’t. They still do their animation but you see everything before the animation starts.
So… the Workflow works great. The animations work great. But, the elements staying hidden until they are programmed to animate isn’t working. I’ve tried adding a “Group Reset Data” step in several different areas within the Workflow, but that doesn’t work. Thoughts?