52
Views
2
Comments
Solved
How to make star flash on widget by screen action?
Question

Hi ,There,

It is a web page ,  there is many redpacket  icon on page which once clicked by user it will give money to users . how can I make one animation effect :

1. once user click the redpacket link and confirmed.

2. the wallet icon on page will flash with one star icon . let users know that the money comes into your wallet .

Many thanks,

Jack





2026-02-26 06-29-24
Rahul
 
MVP
Solution

Hi Jack Bao,

You can do one thing show you wallet permanent and just above add if widget and put true block one star and set their property Animated 'Yes' take one local variable isAdded pu this in if condition.

take one webblock for confirmation if user click on use assign IsAdded true else false
when user click on redpacket  icon click  action and show this popup


I Have one added oml for .also you can add some css for animation accrodinlgy

hope this will help you


Regards

Rahul Sahu

FlashIcon.oml
2023-04-19 18-38-51
Bas de Jong

Hi Jack,

You dont give us a lot of information to begin with, but you can take a look at CSS Animations to create the animation effect:

https://www.w3schools.com/css/css3_animations.asp

For use case one, play the animation after the button has been clicked.


For use case 2, depending on the  situation you can use websockets to trigger the animation when money comes into the wallet.


https://www.outsystems.com/learn/lesson/1119/websockets-a-server-push-technology


Kind Regards,


Bas

2026-02-26 06-29-24
Rahul
 
MVP
Solution

Hi Jack Bao,

You can do one thing show you wallet permanent and just above add if widget and put true block one star and set their property Animated 'Yes' take one local variable isAdded pu this in if condition.

take one webblock for confirmation if user click on use assign IsAdded true else false
when user click on redpacket  icon click  action and show this popup


I Have one added oml for .also you can add some css for animation accrodinlgy

hope this will help you


Regards

Rahul Sahu

FlashIcon.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.