3.1.9 • Published 2 years ago

ticktock-js v3.1.9

Weekly downloads
74
License
No License
Repository
-
Last release
2 years ago

TickTock JS

npm version

TickTock JS - View Docs

TickTock JS is a library for animating and rotating SVG elements to tell the time on a clock or watch dial. It works as a parent Watch class which builds components as needed based on the user settings. These components currently include:

  • Dials
    • Dual Time Support (with Moment-Timezone)
    • Sweeping / Jumping Seconds
  • Power Reserve
  • Chronograph
    • Flyback
    • Split-Second (Rattrapante)
  • Moonphase
  • Minute Repeater
  • Day/Night Indicator
  • Perpetual Calendar
    • Day Indicator
      • Retrograde Display
    • Date Indicator
      • Split Display
      • Retrograde Display
    • Month Indicator
      • Retrograde Display
    • Week Indicator
    • Year Indicator
    • Equation of Time
  • Foudroyante

Getting Started

Install the ticktock-js package via the terminal.

yarn add ticktock-js --dev
npm install ticktock-js --save-dev

Include the library into your project.

const Watch = require('ticktock-js');

Then instantiate the Watch class with the settings object.

const settings = { ... };
let demo = new Watch(settings);

Documentation

Full documentation of the TickTock functionality and API along with demos and guides can be found here.

Contact

@Yuschick on Twitter

Sponsors

3.1.9

2 years ago

3.1.8

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.1.7

2 years ago

3.1.6

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.0.0

6 years ago

2.14.1

6 years ago

2.14.0

7 years ago

2.13.0

7 years ago

2.12.0

7 years ago

2.11.1

7 years ago

2.11.0

7 years ago

2.10.0

7 years ago

2.9.1

7 years ago

2.9.0

7 years ago

2.8.1

7 years ago

2.8.0

7 years ago

2.7.2

7 years ago

2.7.1

7 years ago

2.7.0

7 years ago

2.6.2

7 years ago

2.6.1

7 years ago

2.6.0

7 years ago

2.5.2

7 years ago

2.5.1

7 years ago

2.5.0

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago