Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(window).load(function() {
- // Wait until fonts have loaded
- if( ! $('.word-cloud-canvas').tagcanvas({
- textColour : 'rgba(255,255,255,0.5)',
- textFont: 'Raleway',
- outlineThickness : 1,
- maxSpeed : 0.01,
- minSpeed : 0.01,
- depth : 0.3,
- shape : "vcylinder",
- fadeIn : 3000,
- initial : [0.08, 0],
- shuffleTags : true,
- txtScale : 2,
- textHeight : 35,
- stretchX : 0.6,
- stretchY : 1,
- wheelZoom : false,
- outlineMethod : "none",
- outlineColour : "#fff",
- noMouse: false,
- lock : "y"
- })) {
- // TagCanvas failed to load
- $('#integrations-canvas').hide();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement