Advertisement
verygoodplugins

Untitled

Nov 23rd, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         $(window).load(function() {
  2.  
  3.             // Wait until fonts have loaded
  4.             if( ! $('.word-cloud-canvas').tagcanvas({
  5.                 textColour : 'rgba(255,255,255,0.5)',
  6.                 textFont: 'Raleway',
  7.                 outlineThickness : 1,
  8.                 maxSpeed : 0.01,
  9.                 minSpeed : 0.01,
  10.                 depth : 0.3,
  11.                 shape : "vcylinder",
  12.                 fadeIn : 3000,
  13.                 initial : [0.08, 0],
  14.                 shuffleTags : true,
  15.                 txtScale : 2,
  16.                 textHeight : 35,
  17.                 stretchX : 0.6,
  18.                 stretchY : 1,
  19.                 wheelZoom : false,
  20.                 outlineMethod : "none",
  21.                 outlineColour : "#fff",
  22.                 noMouse: false,
  23.                 lock : "y"
  24.             })) {
  25.                 // TagCanvas failed to load
  26.                 $('#integrations-canvas').hide();
  27.             }
  28.  
  29.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement