Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $(window).scroll(function() {
  2. if($("#shri").offset().top < $(window).scrollTop() + $(window).outerHeight()){
  3. $('#count-box1').CountUpCircle({
  4. duration:1,
  5. opacity_anim: true,
  6. step_divider: 50
  7. });
  8. $('#count-box2').CountUpCircle({
  9. duration: 1,
  10. opacity_anim: true,
  11. step_divider: 3000
  12. });
  13. $('#count-box3').CountUpCircle({
  14. duration: 1,
  15. opacity_anim: true,
  16. step_divider: 5000
  17. });
  18. }
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement