Design and CSS styles
Version 7.x > Design and CSS styles > How to use jquery to animate numbers (counting UP on page load) View modes: 
User avatar
Member
Member
dbraun-pediatricweb - 8/13/2013 1:32:37 PM
   
How to use jquery to animate numbers (counting UP on page load)
Hi,
My client wants a series of numbers to animate on a bar graph, each number "ending" with a total for that specific bar.
Is there a combo of Kentico webparts with jquery that can accomplish this?

Thanks in advance

User avatar
Kentico Consulting
Kentico Consulting
Kentico_RichardS - 8/14/2013 2:34:31 AM
   
RE:How to use jquery to animate numbers (counting UP on page load)
Hi,

Thank you for your message.

Could you please explain in more detail what exactly are you trying to achive?

Is this a "sole" animation with jQuery or is it based on some information from Kentico (such as custom tables, document types...) ?

However we dont have anything that would animate numbers. In your case I would try to search for some third party jQuery plugin on the internet for animating number.

Kind regards,
Richard Sustek

User avatar
Member
Member
dbraun-pediatricweb - 8/14/2013 9:04:20 AM
   
RE:How to use jquery to animate numbers (counting UP on page load)
No, this would be a custom animation with JQuery.
Different total numbers representing different aspects of the business, with animated bar and numbers.
OK, looks like I either have to do this in Flash or try and find a third party Jquery plugin. The ones I have found so far aren't quite right.

Thanks

User avatar
Kentico Consulting
Kentico Consulting
Kentico_RichardS - 8/15/2013 12:53:22 AM
   
RE:How to use jquery to animate numbers (counting UP on page load)
Hi,

What animation are you seeking for?

Default jQuery has some quite good animating capabilities along with other functionality. They are also quite easy to use, you could try chechking out this one - http://api.jquery.com/animate/

For a "bar animation" such as loading you can use also jQuery UI - Progress bar http://jqueryui.com/progressbar/

Is this something you could use?

Kind regards,
Richard Sustek

User avatar
Member
Member
dbraun-pediatricweb - 9/4/2013 2:24:34 PM
   
RE:How to use jquery to animate numbers (counting UP on page load)
Hi, Kentico_RichardS:

Well, not quite. Thanks, though