Guest User

Untitled

a guest
Aug 14th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Toggle with delay
  2. _this.yellowgraph.animate({ width: "20px" }, 260, null, function () {
  3. $('.jqplot-point-0').find('.label-y-up').css({ 'display': 'block', 'bottom': '75px' });
  4. $('.jqplot-point-0').find('.label-text').toggle(1150).delay(2000).toggle(1150, function () {
  5. _this.yellowgraph.stop();
  6. _this.graphAnimation(2);
  7. });
  8. });
Add Comment
Please, Sign In to add comment