标签: javascript jquery canvas html5-canvas countdown
我正在使用jQuery Knob建立倒计时。但是,我想将默认动画从填充更改为“平滑”,而不是“ ticker”,例如other plugin。
这是我的第一次尝试:
$('.seconds').animate({ duration: 1000, easing: 'swing' });
完整的代码在这里:JSFiddle。