Posts by wellington.silverio • 75 points
4 posts
-
0
votes2
answers239
viewsQ: Promise on JS How to Abort/Cancel an Ongoing
I have an async function saved within a const, I would like to finish it after a while example: const p = async () => { await Model.create(); return; } const promise = p(); console.log(promise);…
-
0
votes1
answer1058
viewsQ: Google Chart - Bar Chart change background (Background)
I have the Code: <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current',…
-
5
votes1
answer379
viewsQ: Animation on Android, circle emitting waves
I need to do an effect similar to that of ZenUI in call, that the photo with circle emits waves (zoon from below) as can be seen in the video http://youtu.be/niWK2U71t28?t=1m38s Does that help a lot…
-
1
votes1
answer255
viewsQ: CSS: Dropmenu with Login
I have a drop-down menu :Hover for a div that contains 2 input, login and password, and two buttons, so when I try to type something in the div(that appeared with the li’s Hover) it goes away...…