0.1.0 • Published 4 years ago

time-class v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

event-list

add and remove classes with time and mouse events

Getting started

install from NPM npm install time-class Importar modules import timeClass from 'time-class'

Documentation

Example of a list of events

timeClass([
    { id: '#js-button', style: 'is-active', time: 2000 },
    { id: '#myclass', style: 'is-active', time: 1000 },
])