modal:原始JavaScript中的超简单模态

时间:2021-05-19 16:10:51
【文件属性】:
文件名称:modal:原始JavaScript中的超简单模态
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-19 16:10:51
JavaScript modal.js 原始JavaScript中的超简单模态。 特征 定义DOM元素, click该元素可触发显示和隐藏 以编程方式触发显示和隐藏 应用淡入淡出效果 在页面上将模式对话框垂直居中 在键时隐藏模式 零依赖性; 2.3 KB或1.0 KB精缩和gzip压缩 用法 <!DOCTYPE html > < html > < head > < title > modal </ title > < meta charset =" utf-8 " > < style > . modal { background : rgba ( 0 , 0 , 0 , .25 ); } . modal__dialog { width : 300 px ; margin : 25 px 0 ; background : # fff ; }
【文件预览】:
modal-master
----.travis.yml(108B)
----example()
--------index.html(955B)
----modal.js(5KB)
----package.json(707B)
----modal.min.js(2KB)
----LICENSE.md(1KB)
----.gitignore(39B)
----README.md(4KB)
----.jshintrc(308B)
----bower.json(319B)
----.editorconfig(147B)
----.gitattributes(33B)

网友评论