Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Character/Letter Widths Reply To: Character/Letter Widths

#199956
matthewfelgate
Participant

Me too. But I can I chain lettering.js on after each time countdown.js updates it.

Something like:

$(".js-seconds .starbox__num").countdown(...).lettering();

Is it possible? (my javascript skills aren’t great :$)

Then I can just have some CSS something like:

.char1, char2 { 
    display: block;
    float: left;
    width: 100px;
}