Hi,
I have an animation :
it is working when the page is load the first time, but I dont want that.
I want to trigger the annimation when I click on a button.
is it possible please ?
Hi @you asen,Create a local variable of boolean type e.g. ShowAnimation.Then wrap the Animate widget with IF then put the animation in True branch and put the same content without Animate widget in False branch. As shown below.
Then at buttonOnclick assign the variable to True.
After that It will animate the content.
You can check the demo to see how it will work through below link.
https://personal-qmzjggmd.outsystemscloud.com/Font/Animation?_ts=638196158671501412
Oml is also attached for reference.You can learn more about animation through below link
https://www.osquay.com/knowledge-center/how-to-easily-add-animations-in-outsystems
Regards
Krishnanand Pathak
Hi you asen,
Do you want Button Loading? Please check below link.
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_mobile_and_reactive_patterns/utilities/button_loading/?_gl=1*3sh8ql*_ga*MTc1NTIyNDYwNC4xNjc1MDY4NTQ5*_ga_ZD4DTMHWR2*MTY4NDA2NDk0MC4zMzUuMC4xNjg0MDY0OTU4LjQyLjAuMA..
Thanks,
Ramesh
Hi @you asen
Animation depend upon the requirement like when and how! like when data is loading !!
read Animate
More
Hope this ll help you!!
kind regards