Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. var instances = M.Carousel.init(elems, {
  2. fullWidth: true,
  3. onCycleTo: function(data) {
  4. var lastindex;
  5. var index;
  6. lastindex = index;
  7. index = $(data).data('cindex');
  8. }
  9. });
  10.  
  11. var timer;
  12.  
  13. clearTimeout(timer);
  14. timer = setTimeout(function() {
  15. console.log("has stopped");
  16. }, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement