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...

28th Mar 2018, 10:35 AM
SWAPNIL DATTARAY SASTE
SWAPNIL DATTARAY SASTE - avatar
1 Answer
+ 1
You can window.setTimeout() Look here for more info https://www.w3schools.com/js/js_timing.asp
28th Mar 2018, 11:08 AM
Ariela
Ariela - avatar