Namespace: Initiators/FlipClock/Faces

Initiators/FlipClock/Faces

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.

Source:

Members

DailyCounterFace :Object

Transform default counter to Plasma standard counter with day counter

Type:
  • Object
Source:

HourlyCounterFace :Object

Transform default counter to Plasma standard counter without day counter

Type:
  • Object
Source:

Methods

(static) getPlasmaDailyLabels() → {Array}

Generate array with translate labels for Daily face

Source:
Returns:

translate labels for Daily face

Type
Array

(static) getPlasmaHourlyCounter() → {Array}

Generate array with current time for Hourly face

Source:
Returns:

current time for Hourly face

Type
Array

(static) getPlasmaHourlyCounter() → {Array}

Generate array with current time for Daily face

Source:
Returns:

current time for Daily face

Type
Array

(static) getPlasmaHourlyLabels() → {Array}

Generate array with translate labels for Hourly face

Source:
Returns:

translate labels for Hourly face

Type
Array

(static) numberize() → {Array}

Formats any array of numbers into a valid array of numbers

Source:
Returns:

current time for Daily face

Type
Array