How to only show loading animation before a requested text is loaded

Hi there, so I want to add a loading animation to improve the user experience, however, I am having trouble with making it only seen after the request is passed and the page is loaded, anyways I can do this action?


Hi there, @enbitious… I’m not sure if this suggestion will do the trick in your case, but it couldn’t hurt to try it. Don’t do anything in the workflow to show the animation, and instead, make the element not visible on page load and add this condition to it.

spinner

Again, it might not work out exactly as you want, but it can’t hurt to give it a shot.

Best…
Mike

Hi there, yes it didn’t work, i think it assumed that the page is entirely loaded without the input being loaded (input is loaded when = after submit button - generate feedback)

This topic was automatically closed after 70 days. New replies are no longer allowed.