16
Views
5
Comments
[jQueryCounterAnimation] Count minutes using this component
Question
jquerycounteranimation
Web icon
Forge asset by Ana Leal Luis

Hi Ana,

I'm using your component to count a large period (for example one week) in minutes. Really, I need to count minutes while occurs an event (indefinitely). After to do some tests, I defined parameters to simulate a minute counter. But this not worked properly. Can you suggest me anything?


Thank you,

Roberto

UserImage.jpg
Jorge Louro

Hi Roberto,

this component only make an animation from point "a" to "b" if you want to measure a minute it will be data-from="0",  data-to="60" anda data-speed="60000".


Cheers

2018-06-14 12-24-08
Roberto Campos

Hi Jorge,

Thanks for your attention!

Can you give me the parameters to count during 1 hour?

Best Regards,

Roberto

2025-03-27 11-47-27
Ana Leal Luis

Hi Roberto,

sorry for the late response :(

To count during 1 hour you need to pass data-from="0",  data-to="3600" anda data-speed="3600000", because the data-speed is counted in milliseconds.


Cheers,

Ana Leal

2018-06-14 12-24-08
Roberto Campos

Hi Ana,

Thanks for your attention! I forgot to say that I want to count during 1 hour, but showing a minutes counter. I tested with your parameters, but seems to be in seconds.

Best regards,

Roberto

UserImage.jpg
Abhay Sharma

hiiii

This is abhay.....

By default accordions must be expanded in all pages of product catalog flow....that's my problem....it is not by default getting expanded....

I have used a jquery function on the web screen where accordion is.....


"

$(function(){

 $(".AccordionVertical_header").click();

})"


can you suggest me a way to Exapnd it by default.....







Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.