Skip to content

geovanerocha/vanilla-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Countdown

A countdown plugin made with vanillaJS.

Parameters: options {object}, element {object(DOM_NODE)}

Usage

var element = document.querySelector('#my-element');

var counter = new vanillaCountdown({
	year: 2015,
	month: 11,
	day: 27,
	hour: 23,
	minute: 59,
	second: 59,
	text: false // Default: true
}, element);

counter.init();

About

🕓 A countdown plugin made with vanillaJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published