why count up on my code did not working properly, i have put plugins.bundle.js on my code
this this the part of my count up
<div class="fs-lg-2hx fs-2x fw-bold text-white d-flex flex-center">
<div class="min-w-70px counted"
data-kt-countup="true"
data-kt-countup-value="32"
data-kt-countup-suffix="+"
data-kt-initialized="1"
>
0
</div>
</div>
what's wrong with my code?
Hi,
May I know which Metronic version are you using? Do you have any JS errors on the console? Does it work on the original template but does not work in your developing app ?
Regards.
Hi sir, i use version 8.23 and there is nothing errors on my console, yeah in original template like landing.html the countup is working properly
Hi,
If you have copied the code from the code inspector please remove data-kt-initialized="1"
since it should be added dynamically by the Metronic code during global initialization of all count-up elements.
Please try to use the code from the original HTML template code or docs code examples. Do not copy and paste the code from the browser code inspector.
Regards.
Thanks sir, it's works now
Hi ,
Glad to hear that. All the best with your project!
Regards.