pguso/js-plugin-circliful

start animation when circles are in viewport

samuelesantoni opened this issue · 1 comments

how can i start the animation when the circles are in viewport?

pguso commented

With animateInView, like:

$("#test-circle7").circliful({
    animateInView: true,
    percent: 80,
});