Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $(document).ready(function(){
  2.  
  3. var newYear = new Date();
  4. newYear = new Date(newYear.getFullYear(),newYear.getMonth() ,newYear.getDate()+1);
  5. $('.cdown').countdown({until: newYear, format: 'HMS'});
  6. });
  7.  
  8. $(document).ready(function(){
  9. $('.slider').advancedSlider({
  10. width:600,
  11. height:200,
  12. alignType: 'centerCenter',
  13. hideTimer:true,
  14. timerAnimation: false,
  15. effectType:'height',
  16. horizontalSlices:'10',
  17. verticalSlices:'1',
  18. slicePattern:'leftToRight',
  19. slicePoint:'centerBottom',
  20. sliceDuration:'500',
  21. captionSize:'200',
  22. showThumbnails: false,
  23. navigationButtons: false,
  24. navigationArrows: false,
  25. slideshowControls: false });
  26. });
  27.  
  28. <div class="caption"><div class="cdown">counter</div></div>
Add Comment
Please, Sign In to add comment