animation = $.extend({}, defaultParams, animation);
animation.startAngle = parseFloat(animation.startAngle);
animation.innerRadius = parseFloat(animation.innerRadius);
- console.log(animation);
if (animation.direction === 'clockwise') {
from.angle = animation.startAngle + 720;
} else {
align: 'left',
letterSpacing: '0',
prefix: '',
- suffix: '',
- backgroundColor: 'transparent',
+ suffix: ''
};
animation = $.extend({}, defaultParams, animation);
animation.startValue = parseFloat(animation.startValue.replace(/,/, '.'));