gpt4 book ai didi

javascript - 使用 wheelnav.js 的圆形导航 - SVG 不旋转文本

转载 作者:行者123 更新时间:2023-11-29 21:27:45 25 4
gpt4 key购买 nike

我刚开始使用 wheelnav.js 来构建导航。

这是 Spreader我想使用(第二个例子)。有趣的是,只有这个并没有像示例中那样呈现。文本不旋转。

我只是照原样拿了代码示例:

wheel = new wheelnav('wheelDiv'); //stored in a var
wheel.spreaderInTitle = 'menu';
wheel.spreaderOutTitle = 'close';
wheel.spreaderTitleFont = '100 24px Helvetica';
wheel.spreaderInPercent = 0.8;
wheel.spreaderOutPercent = 1.1;
wheel.colors = ['#EDC951'];
wheel.spreaderEnable = true;
wheel.spreaderRadius = 85;
wheel.slicePathFunction = slicePath().DonutSlice;
wheel.clickModeRotate = false;
wheel.createWheel(['text', 'icon', 'percent', 'angle', null, null, null, null, null, null, null, null, null, null, null, null]);

我用文档站点中的两个示例构建了一个快速演示,第一个看起来不错,第二个则不行:jsfiddle

编辑:如果我把它变大,例如500px 间距更好,但文本仍然没有旋转...

据我所知,没有进一步的 css 规则(?)可以应用。我是否遗漏了什么 - 有什么想法吗?

最佳答案

您必须使用 titleRotateAngle属性(property)。

wheel.titleRotateAngle = 0;

关于javascript - 使用 wheelnav.js 的圆形导航 - SVG 不旋转文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37103388/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com