objectivehtml / FlipClock

http://flipclockjs.com/
MIT License
2.74k stars 954 forks source link

clockFace isn't working #385

Closed duongle-kdnd closed 5 years ago

duongle-kdnd commented 5 years ago

let clock = new FlipClock($('.countdown').get(0), 3600 24 3, { clockFace: 'DailyCounter', countdown: true, }); I set like above, but it always display like the photo, although i change name of the clockFace. Please help me find the reason, i read all issue, but nobody is like me Screenshot_2019-06-17 okk

tiesont commented 5 years ago

'.countdown' is a class selector - is that valid for your markup? If you only have a single timer, it's probably better to use an id selector (something like '#my-timer-id-here').