You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://codepen.io/superantim/pen/dyjEvXY
The number counter format like this 3,526,371,00. How to remove the end ,00 in number
and custom comma with no flip, only number have a flip css, something like that, pls i need help
The text was updated successfully, but these errors were encountered:
superantim
changed the title
remove last comma in counter number and the way to custom comma
remove last comma ,00 in counter number and the way to custom comma
Feb 8, 2023
i tried playing around to find the way to remove ,00 at the last number, add data-transform="arrive(.2, 0.01) -> round -> number(',') -> replace(',00','') -> delay(rtl, 100, 150)"
has error Uncaught TypeError: Cannot assign to read only property '10' of string '3,526,371'
still has been stuck on custom the comma like image, pls anyone have solution, teach me update: add data-transform="arrive(9, 0.01) -> round -> number('#', ',') -> replace('#00','') -> split -> delay(rtl, 100, 150)" to make comma ,00 gone update2: trying to custom flip.js and it working
https://codepen.io/superantim/pen/dyjEvXY
The number counter format like this 3,526,371,00. How to remove the end ,00 in number
and custom comma with no flip, only number have a flip css, something like that, pls i need help
The text was updated successfully, but these errors were encountered: