postcss easing gradients:PostCSS插件用于创建平滑的线性梯度以近似缓动函数 源码
PostCSS轻松渐变 插件可创建平滑的线性渐变,以近似缓动函数。 视觉示例和在线编辑器 程式码范例 . cubic-bezier { background : linear-gradient (to bottom , black , cubic-bezier ( 0.48 , 0.3 , 0.64 , 1 ) , transparent); /* => */ background : linear-gradient ( to bottom , hsl ( 0 , 0 % , 0 % ) , hsla ( 0 , 0 % , 0 % , 0.9450
文件列表
postcss-easing-gradients-master.zip
(预估有个19文件)
postcss-easing-gradients-master
index.test.js
5KB
lib
helpers.js
3KB
colorStops.js
1KB
.npmignore
136B
demo
index.html
365B
codepen-template
codepen.js
577B
暂无评论