jquery-splitFlap icon indicating copy to clipboard operation
jquery-splitFlap copied to clipboard

How to setup number display only?

Open mrpeo opened this issue 8 years ago • 2 comments

Can i set any option to display only number in my slot?

Thank you very much!

mrpeo avatar Dec 03 '16 15:12 mrpeo

I've also tried use options: charsMap: '0123456789', but it does not work!

akudryav avatar Dec 28 '16 15:12 akudryav

If you use a custom png with only the numbers and set the charsMaps to numbers only, it will only display numbers. But as you will have only 10 chars, the animation will be short.

$('.my-spliflap').splitFlap({
    image:          'images/chars-numbers.png',
    charsMap:       '0123456789'
});

zemax avatar Jan 04 '17 14:01 zemax