Home › Forums › JavaScript › Character/Letter Widths › Reply To: Character/Letter Widths
April 8, 2015 at 4:08 am
#199956
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;
}