$w.onReady(()=>{ $w('#text1').onViewportEnter(()=>{ let count = 0 //starting number const endTime = 10000 // ending number const interval = 100 // spped of the count in ms const counter = setInterval(() => { $w('#text1').text = String(count) // update text count === endTime && clearInterval(counter) count++ }, interval) }) })
top of page

Contact Us

7777, 10 St NE Suite 110,
Calgary, AB T2E 8X2
Canada

​

By Email

mitch.mcleod@gasrecon.ca

​

By Phone

Alberta 1-(403)-693-2690

Toll Free 1-855-693-2690

Request a Quote

Please take a moment to fill out the form.

Thanks for submitting!

bottom of page