confetti-for-user-achievement
Reactive icon

Confetti For User Achievement

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 December 2021
 by 
5.0
 (5 ratings)
confetti-for-user-achievement

Confetti For User Achievement

Details
Easily Generate random confetti falling to celebrate user achievement.
Read more

Confetti component can be used by directly adding dependency to target application and then adding confetti weblock on the respective page.

Once confetti web block is added on the page (it will include script with all the required function to start or stop confetti), one can invoke below functions on particular client event to start and stop.

confetti.start()

confetti.stop()

If you wish to start and stop confetti falling for 5-6 second

function start()  {

            setTimeout(function() {

                confetti.start()

            }, 1000); // 1000 is time that after 1 second start the confetti ( 1000 = 1 sec)

        }

function stop() {

            setTimeout(function() {

                confetti.stop()

            }, 5000); // 5000 is time that after 5 second stop the confetti ( 5000 = 5 sec)

        }

start();

stop();


Release notes (1.0.0)
Reviews (4)
by 
2021-12-31
in version 1.0.0
Very easy to use, the component can be used when the user achieves target
by 
2021-12-15
in version 1.0.0
Component is very easy to use.

you can use this for to celebrate a work achievements.
by 
2021-12-15
in version 1.0.0
Great Motivational thought. We can use it in many target achievement process in any application to inspire the user.
Team
Other assets in this category