Advertisement
Guest User

JS

a guest
Jul 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.78 KB | None | 0 0
  1. $.powerTour({
  2.         tours: [
  3.             {
  4.                 highlightStartSpeed: 200,
  5.                 highlightEndSpeed: 200,
  6.                 trigger: '#step_tuts_start',
  7.                 steps: [
  8.                     {
  9.                         hookTo: '#hook1',
  10.                         content: '#step-id-1',
  11.                         width: 400,
  12.                         position: 'bm',
  13.                         fxIn: 'flipInX',
  14.                         fxOut: 'flipOutX',
  15.                         highlight: true,
  16.                         keepHighlighted: false,
  17.                         keepVisible: false,
  18.                         onShowStep: function(ui) {},
  19.                         onHideStep: function(ui) {}
  20.                     }
  21.                 ]
  22.             }
  23.         ]
  24.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement