Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Start Pie Chart Animation When Visible › Reply To: Start Pie Chart Animation When Visible
February 27, 2015 at 1:31 am
#2295
Participant
Thank you!
I tried that aproach before, but there’s a conflict with Revolution Slider code. Solved that executing pie chart function when DOM is ready:
if (jQuery('.easy-pie-chart').length) {
$(document).ready(function (){
$('.easy-pie-chart').each(function () {...
Do you have better solution?
Kind regards,
Javier