FlipClock.js has a fully extendible API to create any clock face you need. More clock faces will be added over time, so be sure to fork the code and make a pull request if you want to see your clock face appear in the core library.
Members
DailyCounterFace :Object
Transform default counter to Plasma standard counter with day counter
Type:
- Object
HourlyCounterFace :Object
Transform default counter to Plasma standard counter without day counter
Type:
- Object
Methods
(static) getPlasmaDailyLabels() → {Array}
Generate array with translate labels for Daily face
Returns:
translate labels for Daily face
- Type
- Array
(static) getPlasmaHourlyCounter() → {Array}
Generate array with current time for Hourly face
Returns:
current time for Hourly face
- Type
- Array
(static) getPlasmaHourlyCounter() → {Array}
Generate array with current time for Daily face
Returns:
current time for Daily face
- Type
- Array
(static) getPlasmaHourlyLabels() → {Array}
Generate array with translate labels for Hourly face
Returns:
translate labels for Hourly face
- Type
- Array
(static) numberize() → {Array}
Formats any array of numbers into a valid array of numbers
Returns:
current time for Daily face
- Type
- Array