equation-admin-template
Version:
Booststrap 4 admin template made by equation
13 lines (12 loc) • 395 B
JavaScript
//we can set animation delay as following in ms (default 1000)
ProgressBar.singleStepAnimation = 1500;
ProgressBar.init(
[ 'Request Submitted',
'Received Responses',
'Negotiation Done',
'Hired Professional',
'Service Completed'
],
'Hired Professional',
'progress-bar-wrapper' // created this optional parameter for container name (otherwise default container created)
);