1

嗨,我是 jquery 的新手,我正在使用这个插件 jquery.tagcanvas.min.js 来旋转图像可以使相同的方向和速度吗?提前致谢。我使用的这段代码

if(!$('#myCanvas').tagcanvas({
          textColour: '#ff0000',
          outlineColour: 'transparent',
          reverse: true,
          depth: 0.8,
          maxSpeed: 0.04,
          minSpeed: 0.04,
          initial:  [0.04,0.04],
          zoom:1

        },'tags' )) {
          // something went wrong, hide the canvas container
          $('#myCanvasContainer').hide();
        }
4

2 回答 2

1

使用此链接 http://www.goat1000.com/jquery.tagcanvas.js?2.0

并更改 MouseMove 和 MouseOut 功能

于 2013-01-21T09:13:03.320 回答
0

添加选项 minSpeed: 0.8 或任何所需的值

于 2013-05-22T15:14:16.783 回答