html-lines:使用 HTML 元素在两个现有元素之间画一条线

时间:2024-07-12 05:22:39
【文件属性】:

文件名称:html-lines:使用 HTML 元素在两个现有元素之间画一条线

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-12 05:22:39

JavaScript

html 行 使用 HTML 元素在两个现有元素之间画一条线。 将redraw方法附加到 window.resize 事件时,可以轻松地使线条响应式工作。 使用 CSS 控制线条样式和动画。 使用 LINES API 来操作线条。 线 这是加载 html-lines.js 时创建的全局对象。 < script src =" html-lines.js " > </ script > 如果使用 CommonJS, LINES将通过 require 创建。 var LINES = require ( 'html-lines' ) ; LINES.setOptions @param - {对象} 更改默认选项。 LINES . setOptions ( { lineElementType : { String } , nameAttribute : { Strin


【文件预览】:
html-lines-master
----html-lines.css(176B)
----text-demo()
--------index.html(6KB)
--------page.css(309B)
--------page.js(1KB)
----package.json(464B)
----bleed.png(5KB)
----stroke.png(5KB)
----html-lines.js(8KB)
----.gitignore(120B)
----README.md(4KB)
----.jshintrc(376B)
----.editorconfig(216B)
----.gitattributes(194B)

网友评论