allen3371
allen3371
非常感谢作者提供这么好的阅读软件,有个小小的建议,可否增加上下点击来翻页的功能?现在只有左右点击翻页功能,现在手机大了,有时候左右不方便,谢谢!
I want to animate the connection, for example, slowly draw a connection line from node A to node B, how should I do it best? There is an animated part...
希望作者能更新,非常感谢
使用miniExcel导出excel文件时,某些列经常需要拉动才能显示完全 虽然可以通过配置列宽的方法来设定宽度,但能自动设定的话,会更方便 谢谢作者提供这么方便快捷的工具!
目前只有一个界面,无法拖动
``` draw = SVG('drawing').size(500,500); var g = draw.group(); var rect1 = draw.rect(80, 80).attr({ fill: '#f06' }) var rect2 = draw.rect(80, 80).attr({ fill: '#1f6' }).move(100,100) g.add(rect1); g.add(rect2); g.draggable(); rect1.selectize().resize(); rect2.selectize().resize(); ```...
I want to animate the connection, for example, slowly draw a connection line from node A to node B, how should I do it best? There is an animated part...