izupet / angular2-counto

Angular 2 package for nice count animations
MIT License
40 stars 13 forks source link

Animate on visible #23

Closed gogvale closed 5 years ago

gogvale commented 5 years ago

Is there a way to animate it only when becomes visible after scrolling?

izupet commented 5 years ago

You should implement scroll logic by yourself or use one of existing libs. When counter is in view your scroll logic should trigger an event and one of the counter properties should be changed to start animation.