3.1.9 • Published 3 years ago

ticktock-js v3.1.9

Weekly downloads
74
License
No License
Repository
-
Last release
3 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

3 years ago

3.1.8

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.1.7

3 years ago

3.1.6

3 years ago

3.1.5

3 years ago

3.1.4

3 years ago

3.0.0

7 years ago

2.14.1

8 years ago

2.14.0

8 years ago

2.13.0

8 years ago

2.12.0

8 years ago

2.11.1

8 years ago

2.11.0

8 years ago

2.10.0

8 years ago

2.9.1

8 years ago

2.9.0

8 years ago

2.8.1

8 years ago

2.8.0

8 years ago

2.7.2

8 years ago

2.7.1

8 years ago

2.7.0

8 years ago

2.6.2

8 years ago

2.6.1

8 years ago

2.6.0

8 years ago

2.5.2

8 years ago

2.5.1

8 years ago

2.5.0

8 years ago

2.4.3

8 years ago

2.4.2

8 years ago

2.4.1

8 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago