0
Delaying the Animation using JavaScript
i have a code that takes data from table cells as input, after clicking the submit button, different shapes will be generated according to number of shaped typed in table, but I want to generate animation such,once I hit 'start animation'button, the transition (growing shapes) of shaped created will be delayed by certain time when previous one starts...
1 Answer
+ 1
You can window.setTimeout()
Look here for more info https://www.w3schools.com/js/js_timing.asp