1.1.10 • Published 8 years ago

timers.js v1.1.10

Weekly downloads
23
License
ISC
Repository
github
Last release
8 years ago

Timers.js

Pure JavaScript timer plugin

Installation

NPM

npm install timers.js --save

In Node.js

require('pre.js')

Direct download from latest releases

Usage

Include

<script src="dist/js/timers.js"></script>

Initialize

new Timer();

Configuration

new Timer({
    // Options here
    property: value,
    ...
});

Options

PropertyDescriptionAvailable valuesDefault value
elTimer.js elementElement selector (string)'.timer'
time.secondSet initial secondinteger0
time.minuteSet initial minuteinteger0
time.hourSet initial hourinteger0
isStopedSet timer statusbooleanfalse

Methods

1.1.10

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago