文件名称:Gradianto:快速创建跨元素的渐变
文件大小:159KB
文件格式:ZIP
更新时间:2024-07-12 16:49:35
CSS
格拉迪安托 ###Quickly 创建跨元素的渐变。 ####默认设置 direction: 'up', startColor: 'EEEEEE', endColor: 'CCCCCC', startOpacity: 1, endOpacity: 1, childSelector: 'li', applyGradientTo: 'background-color' ####设置开始和结束颜色 这将定义渐变的开始和结束颜色。 使用没有起始散列 (#) 的十六进制值 // start and end color set var optionsTwo = { 'startColor':'3498db', 'endColor': 'c0392b' }; $('.gradianto.two').gradianto(optionsTwo) ####设置开始和结束不透明度 就像上面
【文件预览】:
Gradianto-master
----.jshintrc(391B)
----.gitattributes(11B)
----bower.json(170B)
----Gruntfile.js(11KB)
----README.md(2KB)
----.editorconfig(415B)
----.gitignore(74B)
----app()
--------index.html(12KB)
--------robots.txt(32B)
--------styles()
--------images()
--------scripts()
--------404.html(4KB)
--------.htaccess(29KB)
----package.json(890B)