```javascript $that.timer({ duration: "10s", format: "%ss", countdown: true, callback: function() { console.log('Time up!'); } }); ```