Hi all,
I know zilch when it comes to embedding javascript type things and activating them on a click.
I’d love to put in a button and on click activate confetti.
If possible this confetti:
If anyone knows how to do this that would be amazing.
I’d also like the confetti to appear on the button, not just centred in the page if that makes sense.
In this live example here: Write Code, Get Confetti | CSS-Tricks - CSS-Tricks you can see on button click it activates in the centre of page, not on the button.
Thanks
Josh
Stan
(justAnotherDeveloper)
June 15, 2021, 3:52pm
3
hi @OvertonGraphics I have done short video about how to run confetti in WF but it is just very basic setting and you can take it from there further. feel free to download this video for later reference as I will delete it later to save my Cloud space.
1 Like
This was so helpful! Thanks so much, I will explore this tomorrow and get back to you.
Out of interest is there a way to have it so it only explodes once from the button itself. So not across the entire screen and not middle of screen.
For example like this here: https://primer.io/ if you click the one click payment button in ui box near top.
Thanks!
Josh
Stan
(justAnotherDeveloper)
June 15, 2021, 8:24pm
5
hi @OvertonGraphics here is some example how it can be done but I thing that this library is IMO not optimal to use. Better will be spend some time and create own JS to customise it to your exact needs. Anyway here we go but I didn’t spend much time on it.
Live Demo
Read Only
Oh wow, you hero!!
This is very exciting. I will try this out now
Stan
(justAnotherDeveloper)
June 16, 2021, 10:16am
7
Happy to help @OvertonGraphics , if you do not have any further questions related to this topic feel free to close this issue.
Will shout when i’ve had a chance to experiment should be today
Thanks again!
1 Like
@Stan thanks so much!! I got it working and it’s perfect. hugely appreciate all your help! https://usecomma.com/test
Thanks
Josh
1 Like
joejola
(Joseph Amato)
December 30, 2021, 12:58am
10
@OvertonGraphics Awesome work. Can you share a read-only for that?