Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 470 Bytes

timerFlip

Knockout extension for timed execution based on provided timer parameters

This is a timer flip which accepts a number of seconds and counts down until 0. Use this to hide/show etc. behavior based on the observables tickerCounter & tickerRunning. Start with tickerOn, set loop to the number of times you want to repeat. Also setting a loopFn function would call that function on each loop.

Info and example HERE