start animation when circles are in viewport
samuelesantoni opened this issue · 1 comments
samuelesantoni commented
how can i start the animation when the circles are in viewport?
pguso commented
With animateInView, like:
$("#test-circle7").circliful({
animateInView: true,
percent: 80,
});